FFmpeg
 All Data Structures Namespaces 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
 
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.

Field Documentation

enum AVSampleFormat* AVABufferSinkParams::sample_fmts

list of allowed sample formats, terminated by AV_SAMPLE_FMT_NONE

Definition at line 130 of file buffersink.h.

Referenced by asink_init().

const int64_t* AVABufferSinkParams::channel_layouts

list of allowed channel layouts, terminated by -1

Definition at line 131 of file buffersink.h.

Referenced by asink_init().

const int* AVABufferSinkParams::channel_counts

list of allowed channel counts, terminated by -1

Definition at line 132 of file buffersink.h.

Referenced by asink_init().

int AVABufferSinkParams::all_channel_counts

if not 0, accept any channel count or layout

Definition at line 133 of file buffersink.h.

Referenced by asink_init().

int* AVABufferSinkParams::sample_rates

list of allowed sample rates, terminated by -1

Definition at line 134 of file buffersink.h.

Referenced by asink_init().


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