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

Data Fields

const AVClassclass
 
double delay_min
 
double delay_depth
 
double feedback_gain
 
double delay_gain
 
double speed
 
int wave_shape
 
double channel_phase
 
int interpolation
 
double in_gain
 
int max_samples
 
uint8_t ** delay_buffer
 
int delay_buf_pos
 
double * delay_last
 
float * lfo
 
int lfo_length
 
int lfo_pos
 

Detailed Description

Definition at line 32 of file af_flanger.c.

Field Documentation

const AVClass* FlangerContext::class

Definition at line 33 of file af_flanger.c.

double FlangerContext::delay_min

Definition at line 34 of file af_flanger.c.

Referenced by config_input(), and init().

double FlangerContext::delay_depth

Definition at line 35 of file af_flanger.c.

Referenced by config_input(), and init().

double FlangerContext::feedback_gain

Definition at line 36 of file af_flanger.c.

Referenced by filter_frame(), and init().

double FlangerContext::delay_gain

Definition at line 37 of file af_flanger.c.

Referenced by filter_frame(), and init().

double FlangerContext::speed

Definition at line 38 of file af_flanger.c.

Referenced by config_input().

int FlangerContext::wave_shape

Definition at line 39 of file af_flanger.c.

Referenced by config_input().

double FlangerContext::channel_phase

Definition at line 40 of file af_flanger.c.

Referenced by filter_frame(), and init().

int FlangerContext::interpolation

Definition at line 41 of file af_flanger.c.

Referenced by filter_frame().

double FlangerContext::in_gain

Definition at line 42 of file af_flanger.c.

Referenced by filter_frame(), and init().

int FlangerContext::max_samples

Definition at line 43 of file af_flanger.c.

Referenced by config_input(), and filter_frame().

uint8_t** FlangerContext::delay_buffer

Definition at line 44 of file af_flanger.c.

Referenced by config_input(), filter_frame(), and uninit().

int FlangerContext::delay_buf_pos

Definition at line 45 of file af_flanger.c.

Referenced by filter_frame().

double* FlangerContext::delay_last

Definition at line 46 of file af_flanger.c.

Referenced by config_input(), filter_frame(), and uninit().

float* FlangerContext::lfo

Definition at line 47 of file af_flanger.c.

Referenced by config_input(), filter_frame(), and uninit().

int FlangerContext::lfo_length

Definition at line 48 of file af_flanger.c.

Referenced by config_input(), and filter_frame().

int FlangerContext::lfo_pos

Definition at line 49 of file af_flanger.c.

Referenced by filter_frame().


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