markers : Object The sound markers. Source code:
game : Phaser.Game A reference to the currently running Game
stop() Stop playing this sound. Source code:
context :AudioContext Reference to the AudioContext instance. Source code:
onMarkerComplete : Phaser.Signal The onMarkerComplete
mute : boolean Gets or sets the muted state of this sound. Source code:
usingAudioTag : boolean true if the sound is being played via the Audio tag. Source
totalDuration : number The total duration of the sound in seconds. Source
startTime : number The time the Sound starts at (typically 0 unless starting from a marker)
fadeIn(duration, loop, marker) Starts this
Page 3 of 6