![]() |
AlexaClientSDK
1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <chrono>#include <rapidjson/document.h>#include <AVSCommon/Utils/JSON/JSONUtils.h>#include <AVSCommon/Utils/Logger/Logger.h>#include "acsdkMultiRoomMusic/MRMCapabilityAgent.h"
Namespaces | |
| alexaClientSDK | |
| Whether or not curl logs should be emitted. | |
| alexaClientSDK::capabilityAgents | |
| alexaClientSDK::capabilityAgents::mrm | |
Macros | |
| #define | LX(event) alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event) |
Functions | |
| static std::unordered_set< std::shared_ptr< CapabilityConfiguration > > | alexaClientSDK::capabilityAgents::mrm::readCapabilities () |
Variables | |
| static const std::string | TAG = "MRMCapabilityAgent" |
| String to identify log entries originating from this file. More... | |
| static const std::string | alexaClientSDK::capabilityAgents::mrm::CAPABILITY_AGENT_NAMESPACE_STR = "MRM" |
| The namespace for this capability agent. More... | |
| static const std::string | alexaClientSDK::capabilityAgents::mrm::DIRECTIVE_NAMESPACE_STR = "WholeHomeAudio" |
| Directive namespaces that this capability agent accepts. More... | |
| static const std::string | alexaClientSDK::capabilityAgents::mrm::SKEW_DIRECTIVE_NAMESPACE_STR = "WholeHomeAudio.Skew" |
| Directives under this namespace are for controlling output device skews(bluetooth) More... | |
| static const avsCommon::avs::NamespaceAndName | alexaClientSDK::capabilityAgents::mrm::WHA_NAMESPACE_WILDCARD {DIRECTIVE_NAMESPACE_STR, "*"} |
| static const avsCommon::avs::NamespaceAndName | alexaClientSDK::capabilityAgents::mrm::WHA_SKEW_NAMESPACE_WILDCARD {SKEW_DIRECTIVE_NAMESPACE_STR, "*"} |
| static const std::string | alexaClientSDK::capabilityAgents::mrm::MRM_CONFIGURATION_ROOT_KEY = "mrm" |
| The key in our config file to find the root of MRM for this database. More... | |
| static const std::string | alexaClientSDK::capabilityAgents::mrm::MRM_CAPABILITIES_KEY = "capabilities" |
| The key in our config file to find the MRM capabilities. More... | |
| static const std::chrono::milliseconds | alexaClientSDK::capabilityAgents::mrm::DIALOG_STATE_UPDATE_DELAY {200} |
| #define LX | ( | event | ) | alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event) |
Create a LogEntry using this file's TAG and the specified event string.
| The | event string for this LogEntry. |
|
static |
String to identify log entries originating from this file.
AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0