AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Macros | Variables
SpeakerManagerConfigHelper.cpp File Reference
#include <SpeakerManager/SpeakerManager.h>
#include <AVSCommon/AVS/SpeakerConstants/SpeakerConstants.h>
Include dependency graph for SpeakerManagerConfigHelper.cpp:

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...
 

Macro Definition Documentation

◆ LX

#define LX (   event)    alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)

Create a LogEntry using this file's TAG and the specified event string.

Parameters
TAGComponent tag.
evemtThe event string for this LogEntry.

Variable Documentation

◆ SPEAKERMANAGER_CONFIGURATION_ROOT_KEY

const std::string SPEAKERMANAGER_CONFIGURATION_ROOT_KEY = "speakerManagerCapabilityAgent"
static

The key in our config file to find the root of speaker manager configuration.

◆ SPEAKERMANAGER_DEFAULT_ALERTS_VOLUME_KEY

const std::string SPEAKERMANAGER_DEFAULT_ALERTS_VOLUME_KEY = "defaultAlertsVolume"
static

The key in our config file to find the defaultAlertsVolume value.

◆ SPEAKERMANAGER_DEFAULT_SPEAKER_VOLUME_KEY

const std::string SPEAKERMANAGER_DEFAULT_SPEAKER_VOLUME_KEY = "defaultSpeakerVolume"
static

The key in our config file to find the defaultSpeakerVolume value.

◆ SPEAKERMANAGER_MIN_UNMUTE_VOLUME_KEY

const std::string SPEAKERMANAGER_MIN_UNMUTE_VOLUME_KEY = "minUnmuteVolume"
static

The key in our config file to find the minUnmuteVolume value.

◆ SPEAKERMANAGER_RESTORE_MUTE_STATE_KEY

const std::string SPEAKERMANAGER_RESTORE_MUTE_STATE_KEY = "restoreMuteState"
static

The key in our config file to find mute status keep flag.

◆ TAG

const std::string TAG {"SpeakerManagerConfigHelper"}
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