[readonly] usingWebAudio : boolean true if this sound is being played with Web Audio.
[readonly] isDecoded : boolean Returns true if the sound file has decoded.
pause() Pauses the sound. Source code:
durationMS : number The duration of the current sound marker in ms. Source
duration : number The duration of the current sound marker in seconds. Source
masterGainNode : Object The master gain node in a Web Audio system. Source
onMute : Phaser.Signal The onMute event is dispatched
onPause : Phaser.Signal The onPause event is dispatched
pausedPosition : number The position the sound had reached when it was paused. Source
pausedTime : number The game time at which the sound was paused. Source code:
Page 1 of 6