mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-26 19:51:26 +08:00
8 lines
119 B
Go
8 lines
119 B
Go
package unit
|
|
|
|
// MPEG4AudioLATM is a MPEG-4 Audio LATM data unit.
|
|
type MPEG4AudioLATM struct {
|
|
Base
|
|
Element []byte
|
|
}
|