AVBitStreamFilterContext

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

Members

Variables

args
char* args;

Internal default arguments, used if NULL is passed to av_bitstream_filter_filter(). Not for access by library users.

filter
const(AVBitStreamFilter)* filter;
Undocumented in source.
next
AVBitStreamFilterContext* next;
Undocumented in source.
parser
AVCodecParserContext* parser;
Undocumented in source.
priv_data
void* priv_data;
Undocumented in source.

Meta