| FFmpeg
    | 
| Data Fields | |
| const AVClass * | class | 
| int | w | 
| int | h | 
| int | mode | 
| int | data_mode | 
| int | cmode | 
| int | fft_size | 
| int | ascale | 
| int | fscale | 
| int | avg | 
| int | win_func | 
| AVTXContext * | fft | 
| av_tx_fn | tx_fn | 
| AVComplexFloat ** | fft_input | 
| AVComplexFloat ** | fft_data | 
| float ** | avg_data | 
| float * | window_func_lut | 
| float | overlap | 
| float | minamp | 
| int | hop_size | 
| int | nb_channels | 
| int | nb_freq | 
| int | win_size | 
| float | scale | 
| char * | colors | 
| AVAudioFifo * | fifo | 
| int64_t | pts | 
Definition at line 45 of file avf_showfreqs.c.
| const AVClass* ShowFreqsContext::class | 
Definition at line 46 of file avf_showfreqs.c.
| int ShowFreqsContext::w | 
Definition at line 47 of file avf_showfreqs.c.
| int ShowFreqsContext::h | 
Definition at line 47 of file avf_showfreqs.c.
| int ShowFreqsContext::mode | 
Definition at line 48 of file avf_showfreqs.c.
| int ShowFreqsContext::data_mode | 
Definition at line 49 of file avf_showfreqs.c.
| int ShowFreqsContext::cmode | 
Definition at line 50 of file avf_showfreqs.c.
| int ShowFreqsContext::fft_size | 
Definition at line 51 of file avf_showfreqs.c.
| int ShowFreqsContext::ascale | 
Definition at line 52 of file avf_showfreqs.c.
| int ShowFreqsContext::fscale | 
Definition at line 52 of file avf_showfreqs.c.
| int ShowFreqsContext::avg | 
Definition at line 53 of file avf_showfreqs.c.
| int ShowFreqsContext::win_func | 
Definition at line 54 of file avf_showfreqs.c.
| AVTXContext* ShowFreqsContext::fft | 
Definition at line 55 of file avf_showfreqs.c.
| av_tx_fn ShowFreqsContext::tx_fn | 
Definition at line 56 of file avf_showfreqs.c.
| AVComplexFloat** ShowFreqsContext::fft_input | 
Definition at line 57 of file avf_showfreqs.c.
| AVComplexFloat** ShowFreqsContext::fft_data | 
Definition at line 58 of file avf_showfreqs.c.
| float** ShowFreqsContext::avg_data | 
Definition at line 59 of file avf_showfreqs.c.
| float* ShowFreqsContext::window_func_lut | 
Definition at line 60 of file avf_showfreqs.c.
| float ShowFreqsContext::overlap | 
Definition at line 61 of file avf_showfreqs.c.
| float ShowFreqsContext::minamp | 
Definition at line 62 of file avf_showfreqs.c.
| int ShowFreqsContext::hop_size | 
Definition at line 63 of file avf_showfreqs.c.
| int ShowFreqsContext::nb_channels | 
Definition at line 64 of file avf_showfreqs.c.
| int ShowFreqsContext::nb_freq | 
Definition at line 65 of file avf_showfreqs.c.
| int ShowFreqsContext::win_size | 
Definition at line 66 of file avf_showfreqs.c.
| float ShowFreqsContext::scale | 
Definition at line 67 of file avf_showfreqs.c.
| char* ShowFreqsContext::colors | 
Definition at line 68 of file avf_showfreqs.c.
| AVAudioFifo* ShowFreqsContext::fifo | 
Definition at line 69 of file avf_showfreqs.c.
| int64_t ShowFreqsContext::pts | 
Definition at line 70 of file avf_showfreqs.c.
 1.8.17
 1.8.17