| Modifier and Type | Field and Description |
|---|---|
protected MediaStatus.PlayerState |
MediaStatus.playerState
The playback state
|
| Modifier and Type | Method and Description |
|---|---|
MediaStatus.PlayerState |
MediaStatus.getPlayerState() |
static MediaStatus.PlayerState |
MediaStatus.PlayerState.typeOf(String playerState)
Parses the specified string and returns the corresponding
MediaStatus.PlayerState, or null if no match could be found. |
static MediaStatus.PlayerState |
MediaStatus.PlayerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaStatus.PlayerState[] |
MediaStatus.PlayerState.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.
|
Copyright © 2022. All rights reserved.