FFmpeg
|
Data Fields | |
const AVClass * | class |
double | attack_ms |
double | release_ms |
char * | expr_str |
double | attack |
double | release |
int | fft_size |
int | overlap |
int | channels |
float | fx |
float * | window |
AVFrame * | drc_frame |
AVFrame * | energy |
AVFrame * | envelope |
AVFrame * | factors |
AVFrame * | in |
AVFrame * | in_buffer |
AVFrame * | in_frame |
AVFrame * | out_dist_frame |
AVFrame * | spectrum_buf |
AVFrame * | target_gain |
AVFrame * | windowed_frame |
char * | channels_to_filter |
AVChannelLayout | ch_layout |
AVTXContext ** | tx_ctx |
av_tx_fn | tx_fn |
AVTXContext ** | itx_ctx |
av_tx_fn | itx_fn |
AVExpr * | expr |
double | var_values [VAR_VARS_NB] |
AVChannelLayout AudioDRCContext::ch_layout |
AVTXContext** AudioDRCContext::tx_ctx |
AVTXContext** AudioDRCContext::itx_ctx |
double AudioDRCContext::var_values[VAR_VARS_NB] |