inputBuffer property
AudioBuffer
get
inputBuffer
Implementation
AudioBuffer get inputBuffer => js_util.getProperty(this, 'inputBuffer');
set
inputBuffer
(AudioBuffer newValue)
Implementation
set inputBuffer(AudioBuffer newValue) {
js_util.setProperty(this, 'inputBuffer', newValue);
}