AudioMixer
Index
Constructors
Properties
Accessors
Methods
Constructors
constructor
Parameters
station: AudioStation
Returns AudioMixer
Properties
readonlyeventTarget
node
sources
station
Accessors
destroyed
Check if the audio mixer destroyed
Returns boolean
volume
Get the volume of this mixer
Returns number
Set the volume of this mixer
Parameters
value: number
Returns void
Methods
destroy
Dispose the audio mixer
Returns void
isSuspended
Is the mixer suspended
Returns boolean
replaceAudioContext
Replace audio context used in this mixer Should be only used by AudioStation#reset
Parameters
newAudioContext: IAudioContext
Returns void
resume
Resume the sources on the mixer
Returns void
suspend
Suspend the sources on the mixer
Returns void
The audio mixer