mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 12:32:01 -08:00
7 lines
86 B
Go
7 lines
86 B
Go
package unit
|
|
|
|
// LPCM is a LPCM data unit.
|
|
type LPCM struct {
|
|
Base
|
|
Samples []byte
|
|
}
|