val queue: Queue<AudioTrack>
fun queue(track: AudioTrack): Unit
Add the next track to queue or play right away if nothing is in the queue.
track - The track to play or add to queue.
track