mediamtx/internal/unit/av1.go

8 lines
81 B
Go

package unit
// AV1 is an AV1 data unit.
type AV1 struct {
Base
TU [][]byte
}