AVABufferSinkParams Struct Reference

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

#include <buffersink.h>

Data Fields

enum AVSampleFormatsample_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

Detailed Description

Struct to use for initializing an abuffersink context.

Definition at line 46 of file buffersink.h.


Field Documentation

list of allowed channel layouts, terminated by -1

Definition at line 48 of file buffersink.h.

Referenced by asink_init(), av_abuffersink_params_alloc(), and lavfi_read_header().

list of allowed packing formats

Definition at line 49 of file buffersink.h.

Referenced by asink_init(), 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 asink_init(), av_abuffersink_params_alloc(), and lavfi_read_header().


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