mediamtx/internal/unit/mjpeg.go

8 lines
88 B
Go
Raw Normal View History

package unit
// MJPEG is a M-JPEG data unit.
type MJPEG struct {
Base
Frame []byte
}