FFmpeg
|
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 | |
Struct to use for initializing an abuffersink context.
Definition at line 46 of file buffersink.h.
enum AVSampleFormat* AVABufferSinkParams::sample_fmts |
list of allowed sample formats, terminated by AV_SAMPLE_FMT_NONE
Definition at line 47 of file buffersink.h.
Referenced by asink_init(), av_abuffersink_params_alloc(), init_filters(), and lavfi_read_header().
const int64_t* AVABufferSinkParams::channel_layouts |
list of allowed channel layouts, terminated by -1
Definition at line 48 of file buffersink.h.
Referenced by asink_init(), and av_abuffersink_params_alloc().