| Package | Description |
|---|---|
| com.amazon.speech.speechlet.interfaces.audioplayer |
Contains classes used by the
AudioPlayer interface. |
| Modifier and Type | Method and Description |
|---|---|
PlayerActivity |
CurrentPlaybackState.getPlayerActivity()
Returns the player activity
|
PlayerActivity |
AudioPlayerState.getPlayerActivity() |
static PlayerActivity |
PlayerActivity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerActivity[] |
PlayerActivity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CurrentPlaybackState.Builder |
CurrentPlaybackState.Builder.withPlayerActivity(PlayerActivity playerActivity) |
AudioPlayerState.Builder |
AudioPlayerState.Builder.withPlayerActivity(PlayerActivity playerActivity) |
Copyright © 2016. All rights reserved.