MediaRepeatMode
Possible states of queue repeat mode.
Index
Enumeration members
Enumeration members
ALL
• ALL: = "all"
The items in the queue will be played indefinitely. When the last item has ended, the first item will be played again.
ALL_AND_SHUFFLE
• ALL_AND_SHUFFLE: = "allAndShuffle"
The items in the queue will be played indefinitely. When the last item has ended, the list of items will be randomly shuffled by the receiver, and the queue will continue to play starting from the first item of the shuffled items.
OFF
• OFF: = "off"
Items are played in order, and when the queue is completed (the last item has ended) the media session is terminated.
SINGLE
• SINGLE: = "single"
The current item will be repeated indefinitely.