inputBuffer property

AudioBuffer inputBuffer

Implementation

AudioBuffer get inputBuffer => js_util.getProperty(this, 'inputBuffer');
void inputBuffer=(AudioBuffer newValue)

Implementation

set inputBuffer(AudioBuffer newValue) {
  js_util.setProperty(this, 'inputBuffer', newValue);
}