mediamtx/internal/unit/lpcm.go
2023-10-07 15:50:13 +02:00

8 lines
86 B
Go

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