mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
7 lines
119 B
Go
7 lines
119 B
Go
package unit
|
|
|
|
// MPEG4AudioLATM is a MPEG-4 Audio LATM data unit.
|
|
type MPEG4AudioLATM struct {
|
|
Base
|
|
Element []byte
|
|
}
|