AudioPlayer interface.See: Description
| Class | Description |
|---|---|
| AudioPlayerRequest |
Base class for requests used for
AudioPlayer invocation. |
| PlaybackFailedRequest |
The request object containing the
Error that occurred during audio player playback for
AudioPlayer invocation. |
| PlaybackFailedRequest.Builder |
Builder used to construct a new
PlaybackFailedRequest. |
| PlaybackFinishedRequest |
The request object indicating the audio player stream has finished playing for
AudioPlayer invocation. |
| PlaybackFinishedRequest.Builder |
Builder used to construct a new
PlaybackFinishedRequest. |
| PlaybackNearlyFinishedRequest |
The request object indicating the client playing the audio player stream is ready to
buffer/download the next stream in playback queue.
|
| PlaybackNearlyFinishedRequest.Builder |
Builder used to construct a new
PlaybackNearlyFinishedRequest. |
| PlaybackStartedRequest |
The request object indicating the audio player stream has started playing.
|
| PlaybackStartedRequest.Builder |
Builder used to construct a new
PlaybackStartedRequest. |
| PlaybackStoppedRequest |
The request object indicating the audio player stream has stopped playing.
|
| PlaybackStoppedRequest.Builder |
Builder used to construct a new
PlaybackStoppedRequest. |
AudioPlayer interface.AudioPlayerCopyright © 2016. All rights reserved.