| Modifier and Type | Field and Description |
|---|---|
protected ReceiverStatus |
StandardResponse.ReceiverStatusResponse.status
The
ReceiverStatus |
| Modifier and Type | Method and Description |
|---|---|
protected ReceiverStatus |
Channel.doSetVolume(Volume volume,
boolean synchronous,
long responseTimeout)
Sets the device volume level using the specified parameters, without any
checks or evaluations.
|
ReceiverStatus |
Channel.getReceiverStatus()
Request a
ReceiverStatus from the cast device, using
30000L as the timeout value. |
ReceiverStatus |
CastDevice.getReceiverStatus()
Requests a status from the cast device and returns the resulting
ReceiverStatus if one is obtained, using
Channel.DEFAULT_RESPONSE_TIMEOUT as the timeout. |
ReceiverStatus |
Channel.getReceiverStatus(long responseTimeout)
Request a
ReceiverStatus from the cast device. |
ReceiverStatus |
CastDevice.getReceiverStatus(long responseTimeout)
Requests a status from the cast device and returns the resulting
ReceiverStatus if one is obtained. |
ReceiverStatus |
StandardResponse.ReceiverStatusResponse.getStatus() |
ReceiverStatus |
Channel.launch(String applicationId,
boolean synchronous)
Asks the cast device to launch the application represented by the
specified application ID, using 30000L as the
timeout value.
|
ReceiverStatus |
Channel.launch(String applicationId,
boolean synchronous,
long responseTimeout)
Asks the cast device to launch the application represented by the
specified application ID.
|
ReceiverStatus |
CastDevice.launch(String applicationId,
boolean synchronous,
long responseTimeout)
Asks the cast device to launch the application represented by the
specified application ID.
|
ReceiverStatus |
CastDevice.launchApplication(String applicationId,
boolean synchronous)
Asks the cast device to launch the application represented by the
specified application ID, using
Channel.DEFAULT_RESPONSE_TIMEOUT
as the timeout value. |
ReceiverStatus |
Channel.stopApplication(Application application,
boolean synchronous)
Asks the cast device to stop the specified
Application, using
30000L as the timeout value. |
ReceiverStatus |
CastDevice.stopApplication(Application application,
boolean synchronous)
Asks the cast device to stop the specified
Application, using
Channel.DEFAULT_RESPONSE_TIMEOUT as the timeout value. |
ReceiverStatus |
Channel.stopApplication(Application application,
boolean synchronous,
long responseTimeout)
Asks the cast device to stop the specified
Application. |
ReceiverStatus |
CastDevice.stopApplication(Application application,
boolean synchronous,
long responseTimeout)
Asks the cast device to stop the specified
Application. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Channel.cacheVolume(ReceiverStatus receiverStatus)
|
| Constructor and Description |
|---|
ReceiverStatusResponse(long requestId,
ReceiverStatus status)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.