| Modifier and Type | Field and Description |
|---|---|
protected LoadOptions |
StandardRequest.Load.loadOptions
Additional load options
|
| Modifier and Type | Method and Description |
|---|---|
LoadOptions |
StandardRequest.Load.getLoadOptions() |
| 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. |
Copyright © 2022. All rights reserved.