| Modifier and Type | Field and Description |
|---|---|
protected MediaVolume |
StandardRequest.VolumeRequest.volume
The new volume of the stream.
|
protected MediaVolume |
MediaStatus.volume
The current stream volume
|
| Modifier and Type | Method and Description |
|---|---|
MediaVolume |
StandardRequest.VolumeRequest.getVolume() |
MediaVolume |
MediaStatus.getVolume() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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.
|
VolumeRequest(String sessionId,
int mediaSessionId,
MediaVolume volume,
Map<String,Object> customData)
Creates a new request using the specified parameters.
|
Copyright © 2022. All rights reserved.