| Modifier and Type | Field and Description |
|---|---|
protected Volume |
Channel.cachedVolume
The last received
Volume instance |
protected Volume |
StandardRequest.SetVolume.volume
The
Volume instance |
protected Volume |
ReceiverStatus.volume
The receiver
Volume instance |
protected Volume |
Device.volume
The
Volume instance |
| Modifier and Type | Method and Description |
|---|---|
Volume |
Volume.VolumeBuilder.build()
Builds a new
Volume instance based on the current values of
this builder. |
Volume |
StandardRequest.SetVolume.getVolume() |
Volume |
ReceiverStatus.getVolume() |
Volume |
Device.getVolume() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Channel.cacheVolume(Volume volume)
Caches the specified
Volume instance as long as it's not
null. |
protected ReceiverStatus |
Channel.doSetVolume(Volume volume,
boolean synchronous,
long responseTimeout)
Sets the device volume level using the specified parameters, without any
checks or evaluations.
|
void |
Channel.setVolume(Volume volume)
Sets the device
Volume to the values of the specified instance. |
void |
CastDevice.setVolume(Volume volume)
Sets the
Volume for the cast device. |
| Constructor and Description |
|---|
Device(String name,
int capabilities,
String deviceId,
Volume volume)
Creates a new instance using the specified parameters.
|
ReceiverStatus(Volume volume,
List<Application> applications,
boolean activeInput,
boolean standBy)
Creates a new instance using the specified parameters.
|
SetVolume(Volume volume)
Creates a new request using the specified parameters.
|
Copyright © 2022. All rights reserved.