newOscillatorOptions abstract method

OscillatorOptions newOscillatorOptions({
  1. int channelCount,
  2. ChannelCountMode channelCountMode,
  3. ChannelInterpretation channelInterpretation,
  4. OscillatorType type,
  5. num frequency,
  6. num detune,
  7. PeriodicWave periodicWave,
})

Implementation

OscillatorOptions newOscillatorOptions({
  int channelCount,
  ChannelCountMode channelCountMode,
  ChannelInterpretation channelInterpretation,
  OscillatorType type,
  num frequency,
  num detune,
  PeriodicWave periodicWave,
});