pause() Pauses the sound. Source code:
[readonly] isDecoded : boolean Returns true if the sound file has decoded.
durationMS : number The duration of the current sound marker in ms. Source
currentTime : number The current time the sound is at. Source code:
restart(marker, position, volume, loop)
[readonly] usingWebAudio : boolean true if this sound is being played with Web Audio.
gainNode : Object The gain node in a Web Audio system. Source code:
onPlay : Phaser.Signal The onPlay event is dispatched
onStop : Phaser.Signal The onStop event is dispatched
duration : number The duration of the current sound marker in seconds. Source
Page 1 of 6