mirror of
https://github.com/aler9/rtsp-simple-server
synced 2026-04-22 23:17:11 +08:00
f5f03562d3
Stream units now share the same struct, with a specialized payload.
7 lines
148 B
Go
7 lines
148 B
Go
package unit
|
|
|
|
// PayloadMPEG4Audio is the payload of a MPEG-4 Audio track.
|
|
type PayloadMPEG4Audio [][]byte
|
|
|
|
func (PayloadMPEG4Audio) isPayload() {}
|