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