mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-13 02:04:58 +00:00
8 lines
86 B
Go
8 lines
86 B
Go
|
package unit
|
||
|
|
||
|
// G711 is a G711 data unit.
|
||
|
type G711 struct {
|
||
|
Base
|
||
|
Samples []byte
|
||
|
}
|