mediamtx/internal/unit/lpcm.go

8 lines
86 B
Go
Raw Normal View History

2023-10-07 13:50:13 +00:00
package unit
// LPCM is a LPCM data unit.
type LPCM struct {
Base
Samples []byte
}