| Modifier and Type | Field and Description |
|---|---|
protected QueueData.QueueType |
QueueData.queueType
Queue type, e.g. album, playlist, radio station, tv series, etc.
|
| Modifier and Type | Method and Description |
|---|---|
QueueData.QueueType |
QueueData.getQueueType() |
static QueueData.QueueType |
QueueData.QueueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueData.QueueType[] |
QueueData.QueueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
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.