AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
SpeakerConstants.h
Go to the documentation of this file.
1 /*
2  * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License").
5  * You may not use this file except in compliance with the License.
6  * A copy of the License is located at
7  *
8  * http://aws.amazon.com/apache2.0/
9  *
10  * or in the "license" file accompanying this file. This file is distributed
11  * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12  * express or implied. See the License for the specific language governing
13  * permissions and limitations under the License.
14  */
15 
19 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_AVS_INCLUDE_AVSCOMMON_AVS_SPEAKERCONSTANTS_SPEAKERCONSTANTS_H_
20 #define ALEXA_CLIENT_SDK_AVSCOMMON_AVS_INCLUDE_AVSCOMMON_AVS_SPEAKERCONSTANTS_SPEAKERCONSTANTS_H_
21 
22 #include <cstdint>
23 
24 namespace alexaClientSDK {
25 namespace avsCommon {
26 namespace avs {
27 namespace speakerConstants {
28 
30 const int8_t AVS_SET_VOLUME_MIN = 0;
31 
33 const int8_t AVS_SET_VOLUME_MAX = 100;
34 
36 const int8_t AVS_ADJUST_VOLUME_MIN = -100;
37 
39 const int8_t AVS_ADJUST_VOLUME_MAX = 100;
40 
42 const int8_t MIN_UNMUTE_VOLUME = 10;
43 
45 const int8_t DEFAULT_SPEAKER_VOLUME = 40;
46 
48 const int8_t DEFAULT_ALERTS_VOLUME = 40;
49 
50 } // namespace speakerConstants
51 } // namespace avs
52 } // namespace avsCommon
53 } // namespace alexaClientSDK
54 
55 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_AVS_INCLUDE_AVSCOMMON_AVS_SPEAKERCONSTANTS_SPEAKERCONSTANTS_H_
const int8_t AVS_SET_VOLUME_MAX
AVS setVolume Maximum.
Definition: SpeakerConstants.h:33
const int8_t AVS_ADJUST_VOLUME_MAX
AVS adjustVolume Maximum.
Definition: SpeakerConstants.h:39
const int8_t AVS_ADJUST_VOLUME_MIN
AVS adjustVolume Minimum.
Definition: SpeakerConstants.h:36
const int8_t DEFAULT_ALERTS_VOLUME
Default alerts volume.
Definition: SpeakerConstants.h:48
const int8_t MIN_UNMUTE_VOLUME
Default unmute volume level.
Definition: SpeakerConstants.h:42
const int8_t AVS_SET_VOLUME_MIN
AVS setVolume Minimum.
Definition: SpeakerConstants.h:30
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
const int8_t DEFAULT_SPEAKER_VOLUME
Default speaker volume.
Definition: SpeakerConstants.h:45

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