AVCodecParser

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

codec_ids
int[5] codec_ids;
Undocumented in source.
next
AVCodecParser* next;
Undocumented in source.
parser_close
void function(AVCodecParserContext* s) parser_close;
Undocumented in source.
parser_init
int function(AVCodecParserContext* s) parser_init;
Undocumented in source.
parser_parse
int function(AVCodecParserContext* s, AVCodecContext* avctx, const(ubyte*)* poutbuf, int* poutbuf_size, const(ubyte)* buf, int buf_size) parser_parse;
Undocumented in source.
priv_data_size
int priv_data_size;
Undocumented in source.
split
int function(AVCodecContext* avctx, const(ubyte)* buf, int buf_size) split;
Undocumented in source.

Meta