ffmpeg4d ~master (2019-03-09T23:21:58Z)
Dub
Repo
av_vorbis_parse_init
ffmpeg
libavcodec
vorbis_parser
Allocate and initialize the Vorbis parser using headers in the extradata.
extern (
C
) @
nogc
nothrow
AVVorbisParseContext
*
av_vorbis_parse_init
(
const
(
ubyte
)*
extradata
,
int
extradata_size
)
Meta
Source
See Implementation
ffmpeg
libavcodec
vorbis_parser
functions
av_vorbis_parse_frame
av_vorbis_parse_frame_flags
av_vorbis_parse_free
av_vorbis_parse_init
av_vorbis_parse_reset
manifest constants
VORBIS_FLAG_COMMENT
VORBIS_FLAG_HEADER
VORBIS_FLAG_SETUP
structs
AVVorbisParseContext
Allocate and initialize the Vorbis parser using headers in the extradata.