AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Variables
SpeakerManagerConstants.h File Reference
#include "AVSCommon/AVS/NamespaceAndName.h"
Include dependency graph for SpeakerManagerConstants.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::capabilityAgents
 
 alexaClientSDK::capabilityAgents::speakerManager
 

Variables

const std::string alexaClientSDK::capabilityAgents::speakerManager::NAMESPACE = "Speaker"
 The Speaker interface namespace. More...
 
const avsCommon::avs::NamespaceAndName alexaClientSDK::capabilityAgents::speakerManager::SET_VOLUME {NAMESPACE, "SetVolume"}
 The SetVolume directive identifier. More...
 
const avsCommon::avs::NamespaceAndName alexaClientSDK::capabilityAgents::speakerManager::ADJUST_VOLUME {NAMESPACE, "AdjustVolume"}
 The AdjustVolume directive identifier. More...
 
const avsCommon::avs::NamespaceAndName alexaClientSDK::capabilityAgents::speakerManager::SET_MUTE {NAMESPACE, "SetMute"}
 The SetMute directive directive identifier. More...
 
const avsCommon::avs::NamespaceAndName alexaClientSDK::capabilityAgents::speakerManager::VOLUME_STATE {NAMESPACE, "VolumeState"}
 The Volume State for use with the context. More...
 
const char alexaClientSDK::capabilityAgents::speakerManager::VOLUME_KEY [] = "volume"
 The Volume Key in AVS Directives and Events. More...
 
const char alexaClientSDK::capabilityAgents::speakerManager::MUTE_KEY [] = "mute"
 The Mute Key. For directives. More...
 
const char alexaClientSDK::capabilityAgents::speakerManager::MUTED_KEY [] = "muted"
 The Muted Key. For events. More...
 
const std::string alexaClientSDK::capabilityAgents::speakerManager::VOLUME_CHANGED = "VolumeChanged"
 The VolumeChanged event key. More...
 
const std::string alexaClientSDK::capabilityAgents::speakerManager::MUTE_CHANGED = "MuteChanged"
 The VolumeMute event. More...
 

AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0