| Modifier and Type | Field and Description |
|---|---|
protected List<MediaStatus> |
StandardResponse.MediaStatusResponse.statuses
The
List of MediaStatuses |
| Modifier and Type | Method and Description |
|---|---|
MediaStatus |
Session.getMediaStatus()
Requests an updated
MediaStatus from the remote application. |
MediaStatus |
Session.getMediaStatus(long responseTimeout)
Requests an updated
MediaStatus from the remote application. |
MediaStatus |
Channel.getMediaStatus(Session session)
Request a
MediaStatus from the application with the specified
Session, using 30000L as the timeout
value. |
MediaStatus |
Channel.getMediaStatus(Session session,
long responseTimeout)
Request a
MediaStatus from the application with the specified
Session. |
MediaStatus |
Session.load(Media.MediaBuilder mediaBuilder,
Boolean autoplay,
Double currentTime,
boolean synchronous)
Asks the remote application to load the resulting
Media created
from the specified Media.MediaBuilder using the specified parameters
and Channel.DEFAULT_RESPONSE_TIMEOUT as the timeout value. |
MediaStatus |
Session.load(Media.MediaBuilder mediaBuilder,
Boolean autoplay,
Double currentTime,
boolean synchronous,
long responseTimeout)
Asks the remote application to load the resulting
Media created
from the specified Media.MediaBuilder using the specified parameters. |
MediaStatus |
Session.load(Media media,
Boolean autoplay,
Double currentTime,
boolean synchronous)
Asks the remote application to load the specified
Media using the
specified parameters and Channel.DEFAULT_RESPONSE_TIMEOUT as the
timeout value. |
MediaStatus |
Session.load(Media media,
Boolean autoplay,
Double currentTime,
boolean synchronous,
long responseTimeout)
Asks the remote application to load the specified
Media
using the specified parameters. |
MediaStatus |
Session.load(Media media,
List<Integer> activeTrackIds,
Boolean autoplay,
Double currentTime,
Double playbackRate,
boolean synchronous)
Asks the remote application to load the specified
Media using the
specified parameters. |
MediaStatus |
Session.load(Media media,
List<Integer> activeTrackIds,
Boolean autoplay,
Double currentTime,
Double playbackRate,
boolean synchronous,
long responseTimeout)
Asks the remote application to load the specified
Media using the
specified parameters and 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)
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,
Boolean autoplay,
Double currentTime,
Media media,
boolean synchronous,
long responseTimeout)
Asks the targeted remote application to load the specified
Media
using the specified parameters. |
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)
|
MediaStatus |
Channel.load(Session session,
StandardRequest.Load loadRequest,
boolean synchronous,
long responseTimeout)
Asks the targeted remote application to execute the specified
StandardRequest.Load request. |
MediaStatus |
Session.load(StandardRequest.Load loadRequest,
boolean synchronous)
Asks the remote application to execute the specified
StandardRequest.Load
request, using Channel.DEFAULT_RESPONSE_TIMEOUT as the timeout
value. |
MediaStatus |
Session.load(StandardRequest.Load loadRequest,
boolean synchronous,
long responseTimeout)
Asks the remote application to execute the specified
StandardRequest.Load
request. |
MediaStatus |
Session.pause(int mediaSessionId,
boolean synchronous)
Asks the remote application to pause playback of the media referenced by
the specified media session ID, using
Channel.DEFAULT_RESPONSE_TIMEOUT as the timeout value. |
MediaStatus |
Session.pause(int mediaSessionId,
boolean synchronous,
long responseTimeout)
Asks the remote application to pause playback of the media referenced by
the specified media session ID.
|
MediaStatus |
Channel.pause(Session session,
int mediaSessionId,
boolean synchronous)
Asks the remote application to pause playback of the media referenced by
the specified media session ID, using 30000L
as the timeout value.
|
MediaStatus |
Channel.pause(Session session,
int mediaSessionId,
boolean synchronous,
long responseTimeout)
Asks the remote application to pause playback of the media referenced by
the specified media session ID.
|
MediaStatus |
Session.play(int mediaSessionId,
boolean synchronous)
Asks the remote application to start playing the media referenced by the
specified media session ID, using
Channel.DEFAULT_RESPONSE_TIMEOUT as the timeout value. |
MediaStatus |
Session.play(int mediaSessionId,
boolean synchronous,
long responseTimeout)
Asks the remote application to start playing the media referenced by the
specified media session ID.
|
MediaStatus |
Channel.play(Session session,
int mediaSessionId,
boolean synchronous)
Asks the remote application to start playing the media referenced by the
specified media session ID, using 30000L as
the timeout value.
|
MediaStatus |
Channel.play(Session session,
int mediaSessionId,
boolean synchronous,
long responseTimeout)
Asks the remote application to start playing the media referenced by the
specified media session ID.
|
MediaStatus |
Session.seek(int mediaSessionId,
double currentTime,
StandardRequest.ResumeState resumeState,
boolean synchronous)
Asks the remote application to move the playback position of the media
referenced by the specified media session ID to the specified position,
using
Channel.DEFAULT_RESPONSE_TIMEOUT as the timeout value. |
MediaStatus |
Session.seek(int mediaSessionId,
double currentTime,
StandardRequest.ResumeState resumeState,
boolean synchronous,
long responseTimeout)
Asks the remote application to move the playback position of the media
referenced by the specified media session ID to the specified position.
|
MediaStatus |
Channel.seek(Session session,
int mediaSessionId,
double currentTime,
StandardRequest.ResumeState resumeState,
boolean synchronous)
Asks the remote application to move the playback position of the media
referenced by the specified media session ID to the specified position,
using 30000L as the timeout value.
|
MediaStatus |
Channel.seek(Session session,
int mediaSessionId,
double currentTime,
StandardRequest.ResumeState resumeState,
boolean synchronous,
long responseTimeout)
Asks the remote application to move the playback position of the media
referenced by the specified media session ID to the specified position.
|
MediaStatus |
Channel.setMediaVolume(Session session,
int mediaSessionId,
MediaVolume volume,
boolean synchronous)
Asks the remote application to change the volume level or mute state of
the stream of the specified media session.
|
MediaStatus |
Channel.setMediaVolume(Session session,
int mediaSessionId,
MediaVolume volume,
boolean synchronous,
long responseTimeout)
Asks the remote application to change the volume level or mute state of
the stream of the specified media session.
|
MediaStatus |
Session.setVolume(int mediaSessionId,
MediaVolume volume,
boolean synchronous)
Asks the remote application to change the volume level or mute state of
the stream of the specified media session.
|
MediaStatus |
Session.stop(int mediaSessionId,
boolean synchronous)
Asks the remote application to stop playback and unload the media
referenced by the specified media session ID, using
Channel.DEFAULT_RESPONSE_TIMEOUT as the timeout value. |
MediaStatus |
Session.stop(int mediaSessionId,
boolean synchronous,
long responseTimeout)
Asks the remote application to stop playback and unload the media
referenced by the specified media session ID.
|
MediaStatus |
Channel.stopMedia(Session session,
int mediaSessionId,
boolean synchronous)
Asks the remote application to stop playback and unload the media
referenced by the specified media session ID, using
30000L as the timeout value.
|
MediaStatus |
Channel.stopMedia(Session session,
int mediaSessionId,
boolean synchronous,
long responseTimeout)
Asks the remote application to stop playback and unload the media
referenced by the specified media session ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<MediaStatus> |
StandardResponse.MediaStatusResponse.getStatuses() |
| Constructor and Description |
|---|
MediaStatusResponse(long requestId,
MediaStatus... statuses)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.