Files
rtsp-simple-server/internal/unit/payload_mjpeg.go
T
Alessandro Ros f5f03562d3 rewrite Unit definition (#5079)
Stream units now share the same struct, with a specialized payload.
2025-10-11 12:18:51 +02:00

7 lines
124 B
Go

package unit
// PayloadMJPEG is the payload of a MJPEG track.
type PayloadMJPEG []byte
func (PayloadMJPEG) isPayload() {}