AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
ChannelVolumeManager.cpp File Reference
#include <memory>
#include <AVSCommon/Utils/Logger/Logger.h>
#include "SpeakerManager/ChannelVolumeManager.h"
Include dependency graph for ChannelVolumeManager.cpp:

Namespaces

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

Macros

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

Functions

static const std::string alexaClientSDK::capabilityAgents::speakerManager::TAG ("ChannelVolumeManager")
 
template<class T >
static bool alexaClientSDK::capabilityAgents::speakerManager::withinBounds (T value, T min, T max)
 

Variables

static const float alexaClientSDK::capabilityAgents::speakerManager::UPPER_VOLUME_CURVE_FRACTION = 0.40
 The fraction of maximum volume used for the upper threshold in the default volume curve. More...
 
static const float alexaClientSDK::capabilityAgents::speakerManager::LOWER_VOLUME_CURVE_FRACTION = 0.20
 The fraction of maximum volume used for the lower threshold in the default volume curve. More...
 

Macro Definition Documentation

◆ LX

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

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