StereoPannerOptions constructor
StereoPannerOptions({
- int channelCount,
- ChannelCountMode channelCountMode,
- ChannelInterpretation channelInterpretation,
- num pan,
Implementation
external factory StereoPannerOptions({
int channelCount,
ChannelCountMode channelCountMode,
ChannelInterpretation channelInterpretation,
num pan,
});