Files
rtsp-simple-server/internal/unit/mpeg4_audio.go
Alessandro Ros d07ba5983e
Some checks reported warnings
lint / code (push) Has been cancelled
lint / mod-tidy (push) Has been cancelled
lint / apidocs (push) Has been cancelled
test / test64 (push) Has been cancelled
test / test32 (push) Has been cancelled
test / test_highlevel (push) Has been cancelled
update gortsplib (#2390)
2023-09-21 17:21:18 +02:00

8 lines
104 B
Go

package unit
// MPEG4Audio is a MPEG-4 Audio data unit.
type MPEG4Audio struct {
Base
AUs [][]byte
}