StereoPannerOptions constructor

StereoPannerOptions({
  1. num? pan,
  2. num? channelCount,
  3. ChannelCountMode? channelCountMode,
  4. ChannelInterpretation? channelInterpretation,
})

Implementation

factory StereoPannerOptions({
  _i2.num? pan,
  _i2.num? channelCount,
  _i3.ChannelCountMode? channelCountMode,
  _i3.ChannelInterpretation? channelInterpretation,
}) =>
    StereoPannerOptions._(
      pan: pan,
      channelCount: channelCount,
      channelCountMode: channelCountMode?.name ?? _i6.undefined,
      channelInterpretation: channelInterpretation?.name ?? _i6.undefined,
    );