| Modifier and Type | Field and Description |
|---|---|
protected MediaStatus.RepeatMode |
QueueData.repeatMode
Continuous playback behavior of the queue
|
protected MediaStatus.RepeatMode |
MediaStatus.repeatMode
The behavior of the queue when all items have been played
|
| Modifier and Type | Method and Description |
|---|---|
MediaStatus.RepeatMode |
QueueData.getRepeatMode() |
MediaStatus.RepeatMode |
MediaStatus.getRepeatMode() |
static MediaStatus.RepeatMode |
MediaStatus.RepeatMode.typeOf(String repeatMode)
Parses the specified string and returns the corresponding
MediaStatus.RepeatMode, or null if no match could be found. |
static MediaStatus.RepeatMode |
MediaStatus.RepeatMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaStatus.RepeatMode[] |
MediaStatus.RepeatMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MediaStatus(List<Integer> activeTrackIds,
Integer currentItemId,
double currentTime,
Map<String,Object> customData,
ExtendedMediaStatus extendedStatus,
MediaStatus.IdleReason idleReason,
List<QueueItem> items,
LiveSeekableRange liveSeekableRange,
Integer loadingItemId,
Media media,
int mediaSessionId,
float playbackRate,
MediaStatus.PlayerState playerState,
Integer preloadedItemId,
QueueData queueData,
MediaStatus.RepeatMode repeatMode,
int supportedMediaCommands,
VideoInformation videoInfo,
MediaVolume volume)
Creates a new instance using the specified parameters.
|
QueueData(ContainerMetadata containerMetadata,
String description,
String entity,
String id,
List<QueueItem> items,
String name,
QueueData.QueueType queueType,
MediaStatus.RepeatMode repeatMode,
Boolean shuffle,
Integer startIndex,
Double startTime)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.