mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-07 15:30:06 +00:00
8 lines
118 B
Go
8 lines
118 B
Go
package unit
|
|
|
|
// MPEG4AudioGeneric is a MPEG-4 Audio data unit.
|
|
type MPEG4AudioGeneric struct {
|
|
Base
|
|
AUs [][]byte
|
|
}
|