inputBuffer property

AudioBuffer inputBuffer

Implementation

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

Implementation

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