![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <ExternalMediaPlayerObserverInterface.h>
Public Member Functions | |
ObservablePlaybackStateProperties () | |
ObservablePlaybackStateProperties (const std::string &state, const std::string &trackName, const avsCommon::avs::PlayRequestor &playRequestor) | |
Public Attributes | |
std::string | state |
The players current state. More... | |
std::string | trackName |
The display name for the currently playing trackname of the track. More... | |
avsCommon::avs::PlayRequestor | playRequestor |
The playRequestor object. More... | |
struct that includes the PlaybackState properties exposed to observers
|
inline |
Default Constructor.
|
inline |
Constructor
state | The state of the player. State values are "IDLE", "PLAYING", "PAUSED", "STOPPED", "FINISHED". |
trackName | The display name for the playing track. |
playRequestor | The playReqestor object in the Play directive. |
avsCommon::avs::PlayRequestor alexaClientSDK::acsdkExternalMediaPlayerInterfaces::ObservablePlaybackStateProperties::playRequestor |
The playRequestor object.
std::string alexaClientSDK::acsdkExternalMediaPlayerInterfaces::ObservablePlaybackStateProperties::state |
The players current state.
std::string alexaClientSDK::acsdkExternalMediaPlayerInterfaces::ObservablePlaybackStateProperties::trackName |
The display name for the currently playing trackname of the track.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0