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(
    80         std::shared_ptr<aace::alexa::PlaybackControllerEngineInterface> playbackControllerEngineInterface);
    83     std::weak_ptr<aace::alexa::PlaybackControllerEngineInterface> m_playbackControllerEngineInterface;
    89 #endif  // AACE_ALEXA_PLAYBACK_CONTROLLER_H Definition: PlaybackController.h:39
void togglePressed(PlaybackToggle toggle, bool action)
Definition: PlaybackController.cpp:29
PlaybackButton
Definition: AlexaEngineInterfaces.h:140
Definition: AddressBook.h:26
PlaybackToggle
Definition: AlexaEngineInterfaces.h:170
void buttonPressed(PlaybackButton button)
Definition: PlaybackController.cpp:23