![]() |
AlexaClientSDK
1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <SpeakerManager/SpeakerManager.h>#include <AVSCommon/AVS/SpeakerConstants/SpeakerConstants.h>
Macros | |
| #define | LX(event) alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event) |
Variables | |
| static const std::string | TAG {"SpeakerManagerConfigHelper"} |
| String to identify log entries originating from this file. More... | |
| static const std::string | SPEAKERMANAGER_CONFIGURATION_ROOT_KEY = "speakerManagerCapabilityAgent" |
| The key in our config file to find the root of speaker manager configuration. More... | |
| static const std::string | SPEAKERMANAGER_MIN_UNMUTE_VOLUME_KEY = "minUnmuteVolume" |
| The key in our config file to find the minUnmuteVolume value. More... | |
| static const std::string | SPEAKERMANAGER_DEFAULT_SPEAKER_VOLUME_KEY = "defaultSpeakerVolume" |
| The key in our config file to find the defaultSpeakerVolume value. More... | |
| static const std::string | SPEAKERMANAGER_DEFAULT_ALERTS_VOLUME_KEY = "defaultAlertsVolume" |
| The key in our config file to find the defaultAlertsVolume value. More... | |
| static const std::string | SPEAKERMANAGER_RESTORE_MUTE_STATE_KEY = "restoreMuteState" |
| The key in our config file to find mute status keep flag. More... | |
| #define LX | ( | event | ) | alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event) |
Create a LogEntry using this file's TAG and the specified event string.
| TAG | Component tag. |
| evemt | The event string for this LogEntry. |
|
static |
The key in our config file to find the root of speaker manager configuration.
|
static |
The key in our config file to find the defaultAlertsVolume value.
|
static |
The key in our config file to find the defaultSpeakerVolume value.
|
static |
The key in our config file to find the minUnmuteVolume value.
|
static |
The key in our config file to find mute status keep flag.
|
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