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

Data Fields

const AVClassclass
 
double freq
 
double depth
 
int channels
 
double ** buf
 
int buf_index
 
int buf_size
 
double * wave_table
 
int wave_table_index
 
int wave_table_size
 

Detailed Description

Definition at line 27 of file af_vibrato.c.

Field Documentation

const AVClass* VibratoContext::class

Definition at line 28 of file af_vibrato.c.

double VibratoContext::freq

Definition at line 29 of file af_vibrato.c.

Referenced by config_input().

double VibratoContext::depth

Definition at line 30 of file af_vibrato.c.

Referenced by filter_frame().

int VibratoContext::channels

Definition at line 31 of file af_vibrato.c.

Referenced by config_input(), and uninit().

double** VibratoContext::buf

Definition at line 33 of file af_vibrato.c.

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

int VibratoContext::buf_index

Definition at line 34 of file af_vibrato.c.

Referenced by config_input(), and filter_frame().

int VibratoContext::buf_size

Definition at line 35 of file af_vibrato.c.

Referenced by config_input(), and filter_frame().

double* VibratoContext::wave_table

Definition at line 37 of file af_vibrato.c.

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

int VibratoContext::wave_table_index

Definition at line 38 of file af_vibrato.c.

Referenced by config_input(), and filter_frame().

int VibratoContext::wave_table_size

Definition at line 39 of file af_vibrato.c.

Referenced by config_input(), and filter_frame().


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