periodicWave top-level property

dynamic get periodicWave

PeriodicWave has no inputs or outputs; it is used to define custom oscillators when calling OscillatorNode.setPeriodicWave(). The PeriodicWave itself is created/returned by AudioContext.createPeriodicWave().

MDN Reference

Implementation

_i2.dynamic get periodicWave => _i4.getProperty(
      _self,
      'PeriodicWave',
    );