package vp9

Import Path
	github.com/pion/rtp/codecs/vp9 (on go.dev)

Dependency Relation
	imports one package, and imported by one package

Involved Source Files bits.go Package vp9 contains a VP9 header parser.
Package-Level Type Names (total 3)
/* sort by: | */
Header is a VP9 Frame header. Specification: https://storage.googleapis.com/downloads.webmproject.org/docs/vp9/vp9-bitstream-specification-v0.6-20160331-draft.pdf ColorConfig *HeaderColorConfig ErrorResilientMode bool FrameSize *HeaderFrameSize FrameToShowMapIdx uint8 NonKeyFrame bool Profile uint8 ShowExistingFrame bool ShowFrame bool Height returns the video height. Unmarshal decodes a Header. Width returns the video width. *Header : github.com/gogo/protobuf/proto.Unmarshaler *Header : github.com/golang/protobuf/proto.Unmarshaler
HeaderColorConfig is the color_config member of an header. BitDepth uint8 ColorRange bool ColorSpace uint8 SubsamplingX bool SubsamplingY bool TenOrTwelveBit bool
HeaderFrameSize is the frame_size member of an header. FrameHeightMinus1 uint16 FrameWidthMinus1 uint16