mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-05 07:36:57 +08: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
|
|
}
|