inputBuffer property

AudioBuffer get inputBuffer

Implementation

_i3.AudioBuffer get inputBuffer => _i4.getProperty(
      this,
      'inputBuffer',
    );
set inputBuffer (AudioBuffer value)

Implementation

set inputBuffer(_i3.AudioBuffer value) {
  _i4.setProperty(
    this,
    'inputBuffer',
    value,
  );
}