Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VideoDecoder ¶
type VideoDecoder struct { Extradata []byte // contains filtered or unexported fields }
func NewVideoDecoder ¶
func NewVideoDecoder(stream av.CodecData) (dec *VideoDecoder, err error)
func (*VideoDecoder) DecodeSingle ¶
func (self *VideoDecoder) DecodeSingle(pkt []byte) (img *VideoFrame, err error)
func (*VideoDecoder) Setup ¶
func (self *VideoDecoder) Setup() (err error)
type VideoFrame ¶
func (*VideoFrame) Free ¶
func (self *VideoFrame) Free()
Click to show internal directories.
Click to hide internal directories.