FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
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
 

Detailed Description

Struct to use for initializing an abuffersink context.

Examples:
doc/examples/filtering_audio.c.

Definition at line 46 of file buffersink.h.

Field Documentation

enum AVSampleFormat* AVABufferSinkParams::sample_fmts

list of allowed sample formats, terminated by AV_SAMPLE_FMT_NONE

Examples:
doc/examples/filtering_audio.c.

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().


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