PlayQueueUpdate
data class PlayQueueUpdate(val reason: PlayQueueUpdateReason, val lastUpdate: DateTime, val playlist: List<SyncPlayQueueItem>, val playingItemIndex: Int, val startPositionTicks: Long, val isPlaying: Boolean, val shuffleMode: GroupShuffleMode, val repeatMode: GroupRepeatMode)
Class PlayQueueUpdate.
Constructors
Link copied to clipboard
constructor(reason: PlayQueueUpdateReason, lastUpdate: DateTime, playlist: List<SyncPlayQueueItem>, playingItemIndex: Int, startPositionTicks: Long, isPlaying: Boolean, shuffleMode: GroupShuffleMode, repeatMode: GroupRepeatMode)
Properties
Link copied to clipboard
The UTC time of the last change to the playing queue.
Link copied to clipboard
The playing item index in the playlist.
Link copied to clipboard
The playlist.
Link copied to clipboard
The request type that originated this update.
Link copied to clipboard
The repeat mode.
Link copied to clipboard
The shuffle mode.
Link copied to clipboard
The start position ticks.