FFmpeg
|
Data Fields | |
const AVClass * | class |
ChannelStats * | chstats |
int | nb_channels |
uint64_t | tc_samples |
double | time_constant |
double | mult |
Definition at line 40 of file af_astats.c.
const AVClass* AudioStatsContext::class |
Definition at line 41 of file af_astats.c.
ChannelStats* AudioStatsContext::chstats |
Definition at line 42 of file af_astats.c.
Referenced by config_output(), filter_frame(), print_stats(), and uninit().
int AudioStatsContext::nb_channels |
Definition at line 43 of file af_astats.c.
Referenced by config_output(), filter_frame(), and print_stats().
uint64_t AudioStatsContext::tc_samples |
Definition at line 44 of file af_astats.c.
Referenced by config_output(), print_stats(), and update_stat().
double AudioStatsContext::time_constant |
Definition at line 45 of file af_astats.c.
Referenced by config_output().
double AudioStatsContext::mult |
Definition at line 46 of file af_astats.c.
Referenced by config_output(), and update_stat().