| FFmpeg
    4.0
    | 
| Data Fields | |
| const AVClass * | class | 
| int | mode | 
| double | level_in | 
| double | level_out | 
| double | amount | 
| double | offset_l | 
| double | offset_r | 
| double | pwidth | 
| double | bpm | 
| double | hertz | 
| int | ms | 
| int | timing | 
| SimpleLFO | lfoL | 
| SimpleLFO | lfoR | 
Definition at line 40 of file af_apulsator.c.
| const AVClass* AudioPulsatorContext::class | 
Definition at line 41 of file af_apulsator.c.
| int AudioPulsatorContext::mode | 
Definition at line 42 of file af_apulsator.c.
Referenced by config_input().
| double AudioPulsatorContext::level_in | 
Definition at line 43 of file af_apulsator.c.
Referenced by filter_frame().
| double AudioPulsatorContext::level_out | 
Definition at line 44 of file af_apulsator.c.
Referenced by filter_frame().
| double AudioPulsatorContext::amount | 
Definition at line 45 of file af_apulsator.c.
Referenced by config_input(), and filter_frame().
| double AudioPulsatorContext::offset_l | 
Definition at line 46 of file af_apulsator.c.
Referenced by config_input().
| double AudioPulsatorContext::offset_r | 
Definition at line 47 of file af_apulsator.c.
Referenced by config_input().
| double AudioPulsatorContext::pwidth | 
Definition at line 48 of file af_apulsator.c.
Referenced by config_input().
| double AudioPulsatorContext::bpm | 
Definition at line 49 of file af_apulsator.c.
Referenced by config_input().
| double AudioPulsatorContext::hertz | 
Definition at line 50 of file af_apulsator.c.
Referenced by config_input().
| int AudioPulsatorContext::ms | 
Definition at line 51 of file af_apulsator.c.
Referenced by config_input().
| int AudioPulsatorContext::timing | 
Definition at line 52 of file af_apulsator.c.
Referenced by config_input().
| SimpleLFO AudioPulsatorContext::lfoL | 
Definition at line 54 of file af_apulsator.c.
Referenced by config_input(), and filter_frame().
| SimpleLFO AudioPulsatorContext::lfoR | 
Definition at line 54 of file af_apulsator.c.
Referenced by config_input(), and filter_frame().
 1.8.13
 1.8.13