mediamtx/internal/unit/vp9.go

8 lines
81 B
Go
Raw Normal View History

package unit
// VP9 is a VP9 data unit.
type VP9 struct {
Base
Frame []byte
}