mediamtx/internal/unit/h264.go
2023-08-26 18:54:28 +02:00

8 lines
83 B
Go

package unit
// H264 is a H264 data unit.
type H264 struct {
Base
AU [][]byte
}