OscillatorNode constructor

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

Implementation

external factory OscillatorNode(
  BaseAudioContext context, [
  OscillatorOptions options,
]);