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