Variables
Methods
dynamiconEnd():Void
onEnd() is called when a sound which does not loop has finished playing or when we switch buffer in a queue or when a sound which is streamed loops.
queueSound(sound:Sound):Void
Add a sound to the queue. When the current sound is finished playing, the next one will seamlessly continue. This will also trigger an onEnd() event.