mediamtx/internal/unit/mpeg4_video.go

8 lines
104 B
Go
Raw Normal View History

package unit
// MPEG4Video is a MPEG-4 Video data unit.
type MPEG4Video struct {
Base
Frame []byte
}