FFmpeg
|
Data Fields | |
CompandT | transfer_fn |
double * | attack_rate |
double * | decay_rate |
double * | volume |
double | delay |
double | topfreq |
Crossover | filter |
AVFrame * | delay_buf |
size_t | delay_size |
ptrdiff_t | delay_buf_ptr |
size_t | delay_buf_cnt |
Definition at line 67 of file af_mcompand.c.
CompandT CompBand::transfer_fn |
Definition at line 68 of file af_mcompand.c.
Referenced by mcompand_channel().
double* CompBand::attack_rate |
Definition at line 69 of file af_mcompand.c.
double* CompBand::decay_rate |
Definition at line 70 of file af_mcompand.c.
double* CompBand::volume |
Definition at line 71 of file af_mcompand.c.
Referenced by mcompand_channel().
double CompBand::delay |
Definition at line 72 of file af_mcompand.c.
double CompBand::topfreq |
Definition at line 73 of file af_mcompand.c.
Crossover CompBand::filter |
Definition at line 74 of file af_mcompand.c.
AVFrame* CompBand::delay_buf |
Definition at line 75 of file af_mcompand.c.
Referenced by mcompand_channel().
size_t CompBand::delay_size |
Definition at line 76 of file af_mcompand.c.
Referenced by mcompand_channel().
ptrdiff_t CompBand::delay_buf_ptr |
Definition at line 77 of file af_mcompand.c.
Referenced by mcompand_channel().
size_t CompBand::delay_buf_cnt |
Definition at line 78 of file af_mcompand.c.
Referenced by mcompand_channel().