gainNode : Object The gain node in a Web Audio system. Source code:
[readonly] isDecoded : boolean Returns true if the sound file has decoded.
onVolumeChange : Phaser.Signal This signal is dispatched
[readonly] usingWebAudio : boolean true if this sound is being played with Web Audio.
onPlay : Phaser.Signal The onPlay event is dispatched
onStop : Phaser.Signal The onStop event is dispatched
restart(marker, position, volume, loop)
durationMS : number The duration of the current sound marker in ms. Source
pause() Pauses the sound. Source code:
destroy() Stops all the sounds in the game, then destroys them and finally clears up any callbacks.
Page 2 of 10