PlaybackController interface.See: Description
| Class | Description |
|---|---|
| NextCommandIssuedRequest |
The request object indicating that a user wishes to skip to the next media item in their playback
queue using an on-client button press or GUI affordance.
|
| NextCommandIssuedRequest.Builder |
Builder used to construct a new
NextCommandIssuedRequest. |
| PauseCommandIssuedRequest |
The request object indicating that a user wishes to pause the playback of a media item using an
on-client button press or GUI affordance.
|
| PauseCommandIssuedRequest.Builder |
Builder used to construct a new
PauseCommandIssuedRequest. |
| PlaybackControllerRequest |
A superclass for Playback Controller requests.
|
| PlayCommandIssuedRequest |
The request object indicating that a user wishes to start/resume playback of a media item using
an on-client button press or GUI affordance.
|
| PlayCommandIssuedRequest.Builder |
Builder used to construct a new
PlayCommandIssuedRequest. |
| PreviousCommandIssuedRequest |
The request object indicating that a user wishes to skip to the previous media item in their
playback queue using an on-client button press or GUI affordance.
|
| PreviousCommandIssuedRequest.Builder |
Builder used to construct a new
PreviousCommandIssuedRequest. |
PlaybackController interface.PlaybackControllerCopyright © 2016. All rights reserved.