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

Data Fields

const AVClassclass
 
double in_gain
 
double out_gain
 
double delay
 
double decay
 
double speed
 
int type
 
int delay_buffer_length
 
double * delay_buffer
 
int modulation_buffer_length
 
int32_tmodulation_buffer
 
int delay_pos
 
int modulation_pos
 
void(* phaser )(struct AudioPhaserContext *s, uint8_t *const *src, uint8_t **dst, int nb_samples, int channels)
 

Detailed Description

Definition at line 33 of file af_aphaser.c.

Field Documentation

const AVClass* AudioPhaserContext::class

Definition at line 34 of file af_aphaser.c.

double AudioPhaserContext::in_gain

Definition at line 35 of file af_aphaser.c.

Referenced by init().

double AudioPhaserContext::out_gain

Definition at line 35 of file af_aphaser.c.

Referenced by init().

double AudioPhaserContext::delay

Definition at line 36 of file af_aphaser.c.

Referenced by config_output().

double AudioPhaserContext::decay

Definition at line 37 of file af_aphaser.c.

Referenced by init().

double AudioPhaserContext::speed

Definition at line 38 of file af_aphaser.c.

Referenced by config_output().

int AudioPhaserContext::type

Definition at line 40 of file af_aphaser.c.

Referenced by config_output().

int AudioPhaserContext::delay_buffer_length

Definition at line 42 of file af_aphaser.c.

Referenced by config_output().

double* AudioPhaserContext::delay_buffer

Definition at line 43 of file af_aphaser.c.

Referenced by config_output(), and uninit().

int AudioPhaserContext::modulation_buffer_length

Definition at line 45 of file af_aphaser.c.

Referenced by config_output().

int32_t* AudioPhaserContext::modulation_buffer

Definition at line 46 of file af_aphaser.c.

Referenced by config_output(), and uninit().

int AudioPhaserContext::delay_pos

Definition at line 48 of file af_aphaser.c.

Referenced by config_output().

int AudioPhaserContext::modulation_pos

Definition at line 48 of file af_aphaser.c.

Referenced by config_output().

void(* AudioPhaserContext::phaser)(struct AudioPhaserContext *s, uint8_t *const *src, uint8_t **dst, int nb_samples, int channels)

Definition at line 50 of file af_aphaser.c.

Referenced by config_output(), and filter_frame().


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