Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBufTooLarge = errors.New("ErrBufTooLarge") ErrMisTraks = errors.New("ErrMisTraks") )
View Source
var ( ErrMisBox = perrors.New("decode", "ErrMisBox") ErrCantResync = perrors.New("decode") )
View Source
var (
ErrUnkownBox = perrors.New("ErrUnkownBox")
)
Functions ¶
This section is empty.
Types ¶
type Fmp4Decoder ¶
type Fmp4Decoder struct { AVTDiff float64 // 音视频时间戳容差 // contains filtered or unexported fields }
func NewFmp4Decoder ¶
func NewFmp4Decoder() *Fmp4Decoder
func (*Fmp4Decoder) Search_stream_fmp4 ¶
Click to show internal directories.
Click to hide internal directories.