FFmpeg
|
Data Fields | |
const AVClass * | class |
int | mode |
int | type |
double | level_in |
double | level_out |
RIAACurve | rc |
AVFrame * | w |
Definition at line 36 of file af_aemphasis.c.
const AVClass* AudioEmphasisContext::class |
Definition at line 37 of file af_aemphasis.c.
int AudioEmphasisContext::mode |
Definition at line 38 of file af_aemphasis.c.
Referenced by config_input().
int AudioEmphasisContext::type |
Definition at line 38 of file af_aemphasis.c.
Referenced by config_input().
double AudioEmphasisContext::level_in |
Definition at line 39 of file af_aemphasis.c.
Referenced by filter_channels().
double AudioEmphasisContext::level_out |
Definition at line 39 of file af_aemphasis.c.
Referenced by filter_channels().
RIAACurve AudioEmphasisContext::rc |
Definition at line 41 of file af_aemphasis.c.
Referenced by config_input(), and filter_channels().
AVFrame* AudioEmphasisContext::w |
Definition at line 43 of file af_aemphasis.c.
Referenced by config_input(), filter_channels(), and uninit().