FFmpeg
|
Data Fields | |
const AVClass * | class |
int | mode |
int | type |
double | level_in |
double | level_out |
RIAACurve * | rc |
Definition at line 40 of file af_aemphasis.c.
const AVClass* AudioEmphasisContext::class |
Definition at line 41 of file af_aemphasis.c.
int AudioEmphasisContext::mode |
Definition at line 42 of file af_aemphasis.c.
Referenced by config_input().
int AudioEmphasisContext::type |
Definition at line 42 of file af_aemphasis.c.
Referenced by config_input().
double AudioEmphasisContext::level_in |
Definition at line 43 of file af_aemphasis.c.
Referenced by filter_frame().
double AudioEmphasisContext::level_out |
Definition at line 43 of file af_aemphasis.c.
Referenced by filter_frame().
RIAACurve* AudioEmphasisContext::rc |
Definition at line 45 of file af_aemphasis.c.
Referenced by config_input(), filter_frame(), and uninit().