16 #ifndef AACE_ALEXA_PLAYBACK_CONTROLLER_H 17 #define AACE_ALEXA_PLAYBACK_CONTROLLER_H 21 #include "AACE/Core/PlatformInterface.h" 22 #include "AlexaEngineInterfaces.h" 79 void setEngineInterface( std::shared_ptr<aace::alexa::PlaybackControllerEngineInterface> playbackControllerEngineInterface );
82 std::weak_ptr<aace::alexa::PlaybackControllerEngineInterface> m_playbackControllerEngineInterface;
88 #endif // AACE_ALEXA_PLAYBACK_CONTROLLER_H Definition: PlaybackController.h:39
void togglePressed(PlaybackToggle toggle, bool action)
Definition: PlaybackController.cpp:29
PlaybackButton
Definition: AlexaEngineInterfaces.h:136
Definition: AddressBook.h:26
PlaybackToggle
Definition: AlexaEngineInterfaces.h:166
void buttonPressed(PlaybackButton button)
Definition: PlaybackController.cpp:23