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
120 B
Go
7 lines
120 B
Go
package unit
|
|
|
|
// PayloadLPCM is the payload of a LPCM track.
|
|
type PayloadLPCM []byte
|
|
|
|
func (PayloadLPCM) isPayload() {}
|