PannerOptions class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

PannerOptions({num? coneInnerAngle, num? coneOuterAngle, num? coneOuterGain, DistanceModelType? distanceModel, num? maxDistance, num? orientationX, num? orientationY, num? orientationZ, PanningModelType? panningModel, num? positionX, num? positionY, num? positionZ, num? refDistance, num? rolloffFactor, num? channelCount, ChannelCountMode? channelCountMode, ChannelInterpretation? channelInterpretation})
factory

Properties

channelCount num?

Available on AudioNodeOptions, provided by the AudioNodeOptions$Typings extension

getter/setter pair
channelCountMode ChannelCountMode?

Available on AudioNodeOptions, provided by the AudioNodeOptions$Typings extension

getter/setter pair
channelInterpretation ChannelInterpretation?

Available on AudioNodeOptions, provided by the AudioNodeOptions$Typings extension

getter/setter pair
coneInnerAngle num?

Available on PannerOptions, provided by the PannerOptions$Typings extension

getter/setter pair
coneOuterAngle num?

Available on PannerOptions, provided by the PannerOptions$Typings extension

getter/setter pair
coneOuterGain num?

Available on PannerOptions, provided by the PannerOptions$Typings extension

getter/setter pair
distanceModel DistanceModelType?

Available on PannerOptions, provided by the PannerOptions$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxDistance num?

Available on PannerOptions, provided by the PannerOptions$Typings extension

getter/setter pair
orientationX num?

Available on PannerOptions, provided by the PannerOptions$Typings extension

getter/setter pair
orientationY num?

Available on PannerOptions, provided by the PannerOptions$Typings extension

getter/setter pair
orientationZ num?

Available on PannerOptions, provided by the PannerOptions$Typings extension

getter/setter pair
panningModel PanningModelType?

Available on PannerOptions, provided by the PannerOptions$Typings extension

getter/setter pair
positionX num?

Available on PannerOptions, provided by the PannerOptions$Typings extension

getter/setter pair
positionY num?

Available on PannerOptions, provided by the PannerOptions$Typings extension

getter/setter pair
positionZ num?

Available on PannerOptions, provided by the PannerOptions$Typings extension

getter/setter pair
refDistance num?

Available on PannerOptions, provided by the PannerOptions$Typings extension

getter/setter pair
rolloffFactor num?

Available on PannerOptions, provided by the PannerOptions$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited