|
|
const AVClass * | class |
| |
|
int | sample_rate |
| |
|
int | channels |
| |
|
int | scale |
| |
|
int | sliding |
| |
|
int | win_func |
| |
|
float | overlap |
| |
|
int | orientation |
| |
|
AVFrame * | magnitude |
| |
|
AVFrame * | phase |
| |
|
FFTContext * | fft |
| | Fast Fourier Transform context.
|
| |
|
int | fft_bits |
| | number of bits (FFT window size = 1<<fft_bits)
|
| |
|
FFTComplex ** | fft_data |
| | bins holder for each (displayed) channels
|
| |
|
int | win_size |
| |
|
int | size |
| |
|
int | nb_freq |
| |
|
int | hop_size |
| |
|
int | start |
| |
|
int | end |
| |
|
int | xpos |
| |
|
int | xend |
| |
|
int64_t | pts |
| |
|
float | factor |
| |
|
AVFrame * | buffer |
| |
|
float * | window_func_lut |
| | Window function LUT.
|
| |
The documentation for this struct was generated from the following file: