onaudioprocess property

dynamic Function(AudioProcessingEvent)? get onaudioprocess

@deprecated

MDN Reference

Implementation

_i2.dynamic Function(_i3.AudioProcessingEvent)? get onaudioprocess =>
    (_i3.AudioProcessingEvent p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'onaudioprocess',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set onaudioprocess (dynamic value(AudioProcessingEvent)?)

Implementation

set onaudioprocess(_i2.dynamic Function(_i3.AudioProcessingEvent)? value) {
  _i4.setProperty(
    this,
    'onaudioprocess',
    value == null ? _i6.undefined : _i4.allowInterop(value),
  );
}