PannerOptions extension type

on
Implemented types
Available extensions

Constructors

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

Properties

channelCount int
getter/setter pairinherited
channelCountMode ChannelCountMode
getter/setter pairinherited
channelInterpretation ChannelInterpretation
getter/setter pairinherited
coneInnerAngle double
getter/setter pair
coneOuterAngle double
getter/setter pair
coneOuterGain double
getter/setter pair
distanceModel DistanceModelType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxDistance double
getter/setter pair
orientationX double
getter/setter pair
orientationY double
getter/setter pair
orientationZ double
getter/setter pair
panningModel PanningModelType
getter/setter pair
positionX double
getter/setter pair
positionY double
getter/setter pair
positionZ double
getter/setter pair
refDistance double
getter/setter pair
rolloffFactor double
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