OscillatorNode constructor

OscillatorNode(
  1. BaseAudioContext context, [
  2. OscillatorOptions? options
])

Implementation

factory OscillatorNode(
  _i3.BaseAudioContext context, [
  _i3.OscillatorOptions? options,
]) =>
    _i4.callConstructor(
      _declaredOscillatorNode,
      [
        context,
        options ?? _i6.undefined,
      ],
    );