fftSize property
int
get
fftSize
The fftSize
property of the AnalyserNode interface 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
external int get fftSize;
set
fftSize
(int value)
Implementation
external set fftSize(int value);