DelayOptions constructor

DelayOptions({
  1. int channelCount,
  2. ChannelCountMode channelCountMode,
  3. ChannelInterpretation channelInterpretation,
  4. num maxDelayTime,
  5. num delayTime,
})

Implementation

external factory DelayOptions({
  int channelCount,
  ChannelCountMode channelCountMode,
  ChannelInterpretation channelInterpretation,
  num maxDelayTime,
  num delayTime,
});