fftSize property

int fftSize

The fftSize property of the AnalyserNode is an unsigned long value and represents the window size in samples that is used when performing a Fast Fourier Transform (FFT) to get frequency domain data.

Implementation

int get fftSize;
void fftSize=(int value)

Implementation

set fftSize(int value);