mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-28 22:12:00 -08:00
7 lines
118 B
Go
7 lines
118 B
Go
package unit
|
|
|
|
// MPEG4AudioGeneric is a MPEG-4 Audio data unit.
|
|
type MPEG4AudioGeneric struct {
|
|
Base
|
|
AUs [][]byte
|
|
}
|