| Modifier and Type | Field and Description |
|---|---|
protected QueueData |
StandardRequest.Load.queueData
The queue to load
|
protected QueueData |
MediaStatus.queueData
The queue data
|
| Modifier and Type | Method and Description |
|---|---|
QueueData |
StandardRequest.Load.getQueueData() |
QueueData |
MediaStatus.getQueueData() |
| Modifier and Type | Method and Description |
|---|---|
MediaStatus |
Session.load(Media media,
List<Integer> activeTrackIds,
Boolean autoplay,
String credentials,
String credentialsType,
Double currentTime,
Map<String,Object> customData,
LoadOptions loadOptions,
Double playbackRate,
QueueData queueData,
boolean synchronous)
Asks the remote application to load the specified
Media or
QueueDatas using the specified parameters, using
Channel.DEFAULT_RESPONSE_TIMEOUT as the timeout value. |
MediaStatus |
Session.load(Media media,
List<Integer> activeTrackIds,
Boolean autoplay,
String credentials,
String credentialsType,
Double currentTime,
Map<String,Object> customData,
LoadOptions loadOptions,
Double playbackRate,
QueueData queueData,
boolean synchronous,
long responseTimeout)
|
MediaStatus |
Channel.load(Session session,
List<Integer> activeTrackIds,
Boolean autoplay,
String credentials,
String credentialsType,
Double currentTime,
Map<String,Object> customData,
LoadOptions loadOptions,
Media media,
Double playbackRate,
QueueData queueData,
boolean synchronous,
long responseTimeout)
|
| Constructor and Description |
|---|
Load(List<Integer> activeTrackIds,
Boolean autoplay,
String credentials,
String credentialsType,
Double currentTime,
Map<String,Object> customData,
LoadOptions loadOptions,
Media media,
Double playbackRate,
QueueData queueData)
Creates a new request to load the specified
Media. |
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.