AVABufferSinkParams

Struct to use for initializing an abuffersink context.

Members

Variables

all_channel_counts
int all_channel_counts;

< if not 0, accept any channel count or layout

channel_counts
const(int)* channel_counts;

< list of allowed channel counts, terminated by -1

channel_layouts
const(long)* channel_layouts;

< list of allowed channel layouts, terminated by -1

sample_fmts
const(AVSampleFormat)* sample_fmts;

< list of allowed sample formats, terminated by AV_SAMPLE_FMT_NONE

sample_rates
int* sample_rates;

< list of allowed sample rates, terminated by -1

Meta