| FFmpeg
    | 
| Data Fields | |
| const AVClass * | class | 
| float | in_gain | 
| float | out_gain | 
| char * | delays_str | 
| char * | decays_str | 
| char * | speeds_str | 
| char * | depths_str | 
| float * | delays | 
| float * | decays | 
| float * | speeds | 
| float * | depths | 
| uint8_t ** | chorusbuf | 
| int ** | phase | 
| int * | length | 
| int32_t ** | lookup_table | 
| int * | counter | 
| int | num_chorus | 
| int | max_samples | 
| int | channels | 
| int | modulation | 
| int | fade_out | 
| int64_t | next_pts | 
Definition at line 39 of file af_chorus.c.
| const AVClass* ChorusContext::class | 
Definition at line 40 of file af_chorus.c.
| float ChorusContext::in_gain | 
Definition at line 41 of file af_chorus.c.
Referenced by config_output(), and filter_frame().
| float ChorusContext::out_gain | 
Definition at line 41 of file af_chorus.c.
Referenced by config_output(), and filter_frame().
| char* ChorusContext::delays_str | 
Definition at line 42 of file af_chorus.c.
Referenced by init().
| char* ChorusContext::decays_str | 
Definition at line 43 of file af_chorus.c.
Referenced by init().
| char* ChorusContext::speeds_str | 
Definition at line 44 of file af_chorus.c.
Referenced by init().
| char* ChorusContext::depths_str | 
Definition at line 45 of file af_chorus.c.
Referenced by init().
| float* ChorusContext::delays | 
Definition at line 46 of file af_chorus.c.
Referenced by config_output(), init(), and uninit().
| float* ChorusContext::decays | 
Definition at line 47 of file af_chorus.c.
Referenced by config_output(), filter_frame(), init(), and uninit().
| float* ChorusContext::speeds | 
Definition at line 48 of file af_chorus.c.
Referenced by config_output(), init(), and uninit().
| float* ChorusContext::depths | 
Definition at line 49 of file af_chorus.c.
Referenced by config_output(), init(), and uninit().
| uint8_t** ChorusContext::chorusbuf | 
Definition at line 50 of file af_chorus.c.
Referenced by config_output(), filter_frame(), and uninit().
| int** ChorusContext::phase | 
Definition at line 51 of file af_chorus.c.
Referenced by config_output(), filter_frame(), and uninit().
| int* ChorusContext::length | 
Definition at line 52 of file af_chorus.c.
Referenced by config_output(), filter_frame(), init(), and uninit().
| int32_t** ChorusContext::lookup_table | 
Definition at line 53 of file af_chorus.c.
Referenced by config_output(), filter_frame(), init(), and uninit().
| int* ChorusContext::counter | 
Definition at line 54 of file af_chorus.c.
Referenced by config_output(), filter_frame(), and uninit().
| int ChorusContext::num_chorus | 
Definition at line 55 of file af_chorus.c.
Referenced by config_output(), filter_frame(), init(), and uninit().
| int ChorusContext::max_samples | 
Definition at line 56 of file af_chorus.c.
Referenced by config_output(), and filter_frame().
| int ChorusContext::channels | 
Definition at line 57 of file af_chorus.c.
Referenced by config_output(), and uninit().
| int ChorusContext::modulation | 
Definition at line 58 of file af_chorus.c.
| int ChorusContext::fade_out | 
Definition at line 59 of file af_chorus.c.
Referenced by config_output(), and request_frame().
| int64_t ChorusContext::next_pts | 
Definition at line 60 of file af_chorus.c.
Referenced by filter_frame(), init(), and request_frame().
 1.8.6
 1.8.6