PannerOptions class

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

Constructors

PannerOptions({PanningModelType? panningModel, DistanceModelType? distanceModel, double? positionX, double? positionY, double? positionZ, double? orientationX, double? orientationY, double? orientationZ, double? refDistance, double? maxDistance, double? rolloffFactor, double? coneInnerAngle, double? coneOuterAngle, double? coneOuterGain})
factory

Properties

channelCount ↔ int

Available on AudioNodeOptions, provided by the PropsAudioNodeOptions extension

getter/setter pair
channelCountMode ↔ ChannelCountMode

Available on AudioNodeOptions, provided by the PropsAudioNodeOptions extension

getter/setter pair
channelInterpretation ↔ ChannelInterpretation

Available on AudioNodeOptions, provided by the PropsAudioNodeOptions extension

getter/setter pair
coneInnerAngle ↔ double

Available on PannerOptions, provided by the PropsPannerOptions extension

getter/setter pair
coneOuterAngle ↔ double

Available on PannerOptions, provided by the PropsPannerOptions extension

getter/setter pair
coneOuterGain ↔ double

Available on PannerOptions, provided by the PropsPannerOptions extension

getter/setter pair
distanceModel ↔ DistanceModelType

Available on PannerOptions, provided by the PropsPannerOptions extension

getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
maxDistance ↔ double

Available on PannerOptions, provided by the PropsPannerOptions extension

getter/setter pair
orientationX ↔ double

Available on PannerOptions, provided by the PropsPannerOptions extension

getter/setter pair
orientationY ↔ double

Available on PannerOptions, provided by the PropsPannerOptions extension

getter/setter pair
orientationZ ↔ double

Available on PannerOptions, provided by the PropsPannerOptions extension

getter/setter pair
panningModel ↔ PanningModelType

Available on PannerOptions, provided by the PropsPannerOptions extension

getter/setter pair
positionX ↔ double

Available on PannerOptions, provided by the PropsPannerOptions extension

getter/setter pair
positionY ↔ double

Available on PannerOptions, provided by the PropsPannerOptions extension

getter/setter pair
positionZ ↔ double

Available on PannerOptions, provided by the PropsPannerOptions extension

getter/setter pair
refDistance ↔ double

Available on PannerOptions, provided by the PropsPannerOptions extension

getter/setter pair
rolloffFactor ↔ double

Available on PannerOptions, provided by the PropsPannerOptions 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