package vp9
Import Path
github.com/pion/rtp/codecs/vp9 (on go.dev)
Dependency Relation
imports one package, and imported by one package
Package-Level Type Names (total 3)
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
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |