16 #ifndef ALEXA_CLIENT_SDK_CAPABILITYAGENTS_SPEAKERMANAGER_SPEAKERMANAGER_TEST_INCLUDE_ACSDK_SPEAKERMANAGER_TEST_MOCKSPEAKERMANAGEROBSERVER_H_ 17 #define ALEXA_CLIENT_SDK_CAPABILITYAGENTS_SPEAKERMANAGER_SPEAKERMANAGER_TEST_INCLUDE_ACSDK_SPEAKERMANAGER_TEST_MOCKSPEAKERMANAGEROBSERVER_H_ 23 namespace speakerManager {
46 #endif // ALEXA_CLIENT_SDK_CAPABILITYAGENTS_SPEAKERMANAGER_SPEAKERMANAGER_TEST_INCLUDE_ACSDK_SPEAKERMANAGER_TEST_MOCKSPEAKERMANAGEROBSERVER_H_ virtual void onSpeakerSettingsChanged(const Source &source, const ChannelVolumeInterface::Type &type, const SpeakerInterface::SpeakerSettings &settings)=0
Definition: AmdMetricWrapperTest.cpp:24
Type
Definition: ChannelVolumeInterface.h:37
MOCK_METHOD3(onSpeakerSettingsChanged, void(const Source &, const avsCommon::sdkInterfaces::ChannelVolumeInterface::Type &, const avsCommon::sdkInterfaces::SpeakerInterface::SpeakerSettings &))
Definition: SpeakerManagerObserverInterface.h:32
Definition: SpeakerInterface.h:42
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Mock object for SpeakerManagerObserverInterface.
Definition: MockSpeakerManagerObserver.h:32
Source
Indicates whether the source of the call is from an AVS Directive or through a Local API call...
Definition: SpeakerManagerObserverInterface.h:35