16 #ifndef AACE_ALEXA_ALEXA_SPEAKER_H    17 #define AACE_ALEXA_ALEXA_SPEAKER_H    21 #include "AACE/Core/PlatformInterface.h"    22 #include "AlexaEngineInterfaces.h"   102     void setEngineInterface(std::shared_ptr<aace::alexa::AlexaSpeakerEngineInterface> alexaSpeakerEngineInterface);
   105     std::weak_ptr<aace::alexa::AlexaSpeakerEngineInterface> m_alexaSpeakerEngineInterface;
   111 #endif  // AACE_ALEXA_ALEXA_SPEAKER_H void localSetMute(SpeakerType type, bool mute)
Definition: AlexaSpeaker.cpp:38
Definition: AddressBook.h:26
void localSetVolume(SpeakerType type, int8_t volume)
Definition: AlexaSpeaker.cpp:26
void localAdjustVolume(SpeakerType type, int8_t delta)
Definition: AlexaSpeaker.cpp:32
SpeakerType
Definition: AlexaEngineInterfaces.h:39
Definition: AlexaSpeaker.h:32
virtual void speakerSettingsChanged(SpeakerType type, bool local, int8_t volume, bool mute)
Definition: AlexaSpeaker.cpp:23