AudioListener class
The interface represents the position and orientation of the
unique person listening to the audio scene, and is used in audio
spatialization. All PannerNode
s spatialize in relation to the
stored in the BaseAudioContext.listener
attribute.
It is important to note that there is only one listener per
context and that it isn't an AudioNode.
- Available extensions
Constructors
- AudioListener()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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