prepare To Play
fun prepareToPlay(audioFile: AudioFile, listener: MusicQueuedListener? = null)
Content copied to clipboard
Register a MusicQueuedListener to be notified when the given is queued up for immediate playback upon calling play.
Parameters
listener
MusicQueuedListener this listener will be automatically removed after first callback.
Register a MusicQueuedListener to be notified when a song is queued up for immediate playback upon calling play.
Parameters
listener
MusicQueuedListener this listener will be automatically removed after first callback.