mediamtx/internal/unit/g711.go
2023-12-28 23:17:50 +01:00

8 lines
86 B
Go

package unit
// G711 is a G711 data unit.
type G711 struct {
Base
Samples []byte
}