FFmpeg  4.0
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

◆ class

const AVClass* AudioIIRContext::class

Definition at line 55 of file af_aiir.c.

◆ a_str

char* AudioIIRContext::a_str

Definition at line 56 of file af_aiir.c.

Referenced by config_output(), and init().

◆ b_str

char * AudioIIRContext::b_str

Definition at line 56 of file af_aiir.c.

Referenced by config_output(), and init().

◆ g_str

char * AudioIIRContext::g_str

Definition at line 56 of file af_aiir.c.

Referenced by config_output(), and init().

◆ dry_gain

double AudioIIRContext::dry_gain

Definition at line 57 of file af_aiir.c.

◆ wet_gain

double AudioIIRContext::wet_gain

Definition at line 57 of file af_aiir.c.

◆ format

int AudioIIRContext::format

Definition at line 58 of file af_aiir.c.

Referenced by config_output(), and read_channels().

◆ process

int AudioIIRContext::process

Definition at line 59 of file af_aiir.c.

Referenced by config_output().

◆ precision

int AudioIIRContext::precision

Definition at line 60 of file af_aiir.c.

Referenced by init().

◆ iir

IIRChannel* AudioIIRContext::iir

◆ channels

int AudioIIRContext::channels

Definition at line 63 of file af_aiir.c.

Referenced by config_output(), and uninit().

◆ sample_format

enum AVSampleFormat AudioIIRContext::sample_format

Definition at line 64 of file af_aiir.c.

Referenced by init(), and query_formats().

◆ iir_channel

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: