mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-08 07:50:02 +00:00
8 lines
104 B
Go
8 lines
104 B
Go
package unit
|
|
|
|
// MPEG4Audio is a MPEG-4 Audio data unit.
|
|
type MPEG4Audio struct {
|
|
Base
|
|
AUs [][]byte
|
|
}
|