mediamtx/internal/unit/h264.go

8 lines
83 B
Go
Raw Normal View History

package unit
// H264 is a H264 data unit.
type H264 struct {
Base
2023-08-26 16:54:28 +00:00
AU [][]byte
}