mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-14 10:45:08 +00:00
8 lines
86 B
Go
8 lines
86 B
Go
package unit
|
|
|
|
// LPCM is a LPCM data unit.
|
|
type LPCM struct {
|
|
Base
|
|
Samples []byte
|
|
}
|