fftSize property

int get fftSize

Implementation

int get fftSize => js_util.getProperty(this, 'fftSize');
set fftSize (int newValue)

Implementation

set fftSize(int newValue) {
  js_util.setProperty(this, 'fftSize', newValue);
}