AVABufferSinkParams Struct Reference

Struct to use for initializing an abuffersink context. More...

#include <buffersink.h>

Data Fields

enum AVSampleFormat * sample_fmts
 list of allowed sample formats, terminated by AV_SAMPLE_FMT_NONE
 
const int64_t * channel_layouts
 list of allowed channel layouts, terminated by -1
 
const int * channel_counts
 list of allowed channel counts, terminated by -1
 
int all_channel_counts
 if not 0, accept any channel count or layout
 
int * sample_rates
 list of allowed sample rates, terminated by -1
 

Detailed Description

Struct to use for initializing an abuffersink context.

Definition at line 129 of file buffersink.h.


The documentation for this struct was generated from the following file: