Documentation
¶
Overview ¶
Package vp8 *
- @Author: W.w.
- @Date: 2020/10/4 18:50
- @Desc:
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vp8Descriptor ¶
type Vp8Descriptor struct {
X bool
R bool
N bool
S bool
PID byte
I bool
L bool
T bool
K bool
M bool
PictureId uint16
LContent byte
TKContent byte
Payload []byte
}
func Vp8DescriptorUnmarshal ¶
func Vp8DescriptorUnmarshal(payload []byte) *Vp8Descriptor
func (*Vp8Descriptor) Marshal ¶
func (self *Vp8Descriptor) Marshal() []byte
func (*Vp8Descriptor) Unmarshal ¶
func (self *Vp8Descriptor) Unmarshal(payload []byte) bool
Click to show internal directories.
Click to hide internal directories.