| Package | Description |
|---|---|
| com.amazon.speech.speechlet.interfaces.audioplayer |
Contains classes used by the
AudioPlayer interface. |
| com.amazon.speech.speechlet.interfaces.audioplayer.request |
Contains classes used to represent the requests sent to your Alexa skill relating to the
AudioPlayer interface. |
| Class and Description |
|---|
| PlaybackFailedRequest
The request object containing the
Error that occurred during audio player playback for
AudioPlayer invocation. |
| PlaybackFinishedRequest
The request object indicating the audio player stream has finished playing for
AudioPlayer invocation. |
| PlaybackNearlyFinishedRequest
The request object indicating the client playing the audio player stream is ready to
buffer/download the next stream in playback queue.
|
| PlaybackStartedRequest
The request object indicating the audio player stream has started playing.
|
| PlaybackStoppedRequest
The request object indicating the audio player stream has stopped playing.
|
| Class and 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. |
Copyright © 2016. All rights reserved.