FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AudioIIRContext Struct Reference

Data Fields

const AVClassclass
 
char * a_str
 
char * b_str
 
char * g_str
 
double dry_gain
 
double wet_gain
 
int format
 
int process
 
int precision
 
IIRChanneliir
 
int channels
 
enum AVSampleFormat sample_format
 
int(* iir_channel )(AVFilterContext *ctx, void *arg, int ch, int nb_jobs)
 

Detailed Description

Definition at line 54 of file af_aiir.c.

Field Documentation

const AVClass* AudioIIRContext::class

Definition at line 55 of file af_aiir.c.

char* AudioIIRContext::a_str

Definition at line 56 of file af_aiir.c.

Referenced by config_output(), and init().

char * AudioIIRContext::b_str

Definition at line 56 of file af_aiir.c.

Referenced by config_output(), and init().

char * AudioIIRContext::g_str

Definition at line 56 of file af_aiir.c.

Referenced by config_output(), and init().

double AudioIIRContext::dry_gain

Definition at line 57 of file af_aiir.c.

double AudioIIRContext::wet_gain

Definition at line 57 of file af_aiir.c.

int AudioIIRContext::format

Definition at line 58 of file af_aiir.c.

Referenced by config_output(), and read_channels().

int AudioIIRContext::process

Definition at line 59 of file af_aiir.c.

Referenced by config_output().

int AudioIIRContext::precision

Definition at line 60 of file af_aiir.c.

Referenced by init().

IIRChannel* AudioIIRContext::iir
int AudioIIRContext::channels

Definition at line 63 of file af_aiir.c.

Referenced by config_output(), and uninit().

enum AVSampleFormat AudioIIRContext::sample_format

Definition at line 64 of file af_aiir.c.

Referenced by init(), and query_formats().

int(* AudioIIRContext::iir_channel)(AVFilterContext *ctx, void *arg, int ch, int nb_jobs)

Definition at line 66 of file af_aiir.c.

Referenced by config_output(), and filter_frame().


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