blocking_queue.ql
Function | Description |
---|---|
fun enableBlockingQueue() | When songs are played, they are added to the queue when the currently playing song ends. The first 2 songs will be added immediately as a buffer, but sequential ones will wait for the song to end befo... |
native fun enableBlockingQueue(fastPolling) | When songs are played, they are added to the queue when the currently playing song ends. The first 2 songs will be added immediately as a buffer, but sequential ones will wait for the song to end befo... |
native fun disableBlockingQueue() | When songs are played, they are added to the queue immediately. |
When songs are played, they are added to the queue when the currently playing song ends. The first 2 songs will be added immediately as a buffer, but sequential ones will wait for the song to end before being added to the queue to not spam the queue.
When songs are played, they are added to the queue when the currently playing song ends. The first 2 songs will be added immediately as a buffer, but sequential ones will wait for the song to end before being added to the queue to not spam the queue.
fastPolling
( boolean )
|
If |
When songs are played, they are added to the queue immediately.