AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <memory>
#include <acsdkShutdownManagerInterfaces/ShutdownNotifierInterface.h>
#include <acsdk/SpeakerManager/SpeakerManagerConfigInterface.h>
#include <acsdk/SpeakerManager/SpeakerManagerStorageInterface.h>
#include <acsdk/SpeakerManager/SpeakerManagerStorageState.h>
#include <AVSCommon/AVS/AVSDirective.h>
#include <AVSCommon/AVS/CapabilityAgent.h>
#include <AVSCommon/AVS/CapabilityConfiguration.h>
#include <AVSCommon/SDKInterfaces/CapabilityConfigurationInterface.h>
#include <AVSCommon/SDKInterfaces/ChannelVolumeFactoryInterface.h>
#include <AVSCommon/SDKInterfaces/ContextManagerInterface.h>
#include <AVSCommon/SDKInterfaces/MessageSenderInterface.h>
#include <AVSCommon/SDKInterfaces/SpeakerManagerInterface.h>
#include <AVSCommon/SDKInterfaces/SpeakerManagerObserverInterface.h>
#include <AVSCommon/SDKInterfaces/Storage/MiscStorageInterface.h>
#include <AVSCommon/SDKInterfaces/Endpoints/DefaultEndpointAnnotation.h>
#include <AVSCommon/SDKInterfaces/Endpoints/EndpointCapabilitiesRegistrarInterface.h>
#include <AVSCommon/Utils/Metrics/MetricRecorderInterface.h>
#include <AVSCommon/Utils/RequiresShutdown.h>
Go to the source code of this file.
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::speakerManager | |
Speaker API Capability Agent Interface and Implementation. | |
Functions | |
std::shared_ptr< avsCommon::sdkInterfaces::SpeakerManagerInterface > | alexaClientSDK::speakerManager::createSpeakerManagerCapabilityAgent (std::shared_ptr< SpeakerManagerConfigInterface > config, std::shared_ptr< SpeakerManagerStorageInterface > storage, std::shared_ptr< avsCommon::sdkInterfaces::ContextManagerInterface > contextManager, std::shared_ptr< avsCommon::sdkInterfaces::MessageSenderInterface > messageSender, std::shared_ptr< avsCommon::sdkInterfaces::ExceptionEncounteredSenderInterface > exceptionEncounteredSender, std::shared_ptr< avsCommon::utils::metrics::MetricRecorderInterface > metricRecorder, const std::shared_ptr< acsdkShutdownManagerInterfaces::ShutdownNotifierInterface > &shutdownNotifier, const std::shared_ptr< avsCommon::sdkInterfaces::endpoints::EndpointCapabilitiesRegistrarInterface > &endpointCapabilitiesRegistrar, const std::vector< std::shared_ptr< avsCommon::sdkInterfaces::ChannelVolumeInterface >> &volumeInterfaces={}) noexcept |
Creates speaker manager CA. More... | |
std::shared_ptr< avsCommon::sdkInterfaces::ChannelVolumeFactoryInterface > | alexaClientSDK::speakerManager::createChannelVolumeFactory () noexcept |
Create default implementation of ChannelVolumeFactoryInterface . More... | |
std::shared_ptr< SpeakerManagerStorageInterface > | alexaClientSDK::speakerManager::createSpeakerManagerStorage (std::shared_ptr< avsCommon::sdkInterfaces::storage::MiscStorageInterface > storage) noexcept |
Adapt generic MiscStorageInterface into SpeakerManagerStorageInterface . More... | |
std::shared_ptr< SpeakerManagerConfigInterface > | alexaClientSDK::speakerManager::createSpeakerManagerConfig () noexcept |
Creates configuration interface for speaker manager. More... | |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0