AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
SDKConfigEqualizerConfiguration.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 
16 #ifndef ACSDKEQUALIZERIMPLEMENTATIONS_SDKCONFIGEQUALIZERCONFIGURATION_H_
17 #define ACSDKEQUALIZERIMPLEMENTATIONS_SDKCONFIGEQUALIZERCONFIGURATION_H_
18 
19 #include <memory>
20 #include <mutex>
21 
23 
26 
27 namespace alexaClientSDK {
28 namespace acsdkEqualizer {
29 
34 public:
43  static const bool BAND_IS_SUPPORTED_IF_MISSING_IN_CONFIG = false;
48  static const bool MODE_IS_SUPPORTED_IF_MISSING_IN_CONFIG = false;
49 
56  static std::shared_ptr<EqualizerConfigurationInterface> createEqualizerConfigurationInterface(
57  const std::shared_ptr<avsCommon::utils::configuration::ConfigurationNode>& configRoot);
58 
66  static std::shared_ptr<SDKConfigEqualizerConfiguration> create(
68 
69 private:
82  int minBandLevel,
83  int maxBandLevel,
84  int defaultDelta,
85  std::set<acsdkEqualizerInterfaces::EqualizerBand> bandsSupported,
86  std::set<acsdkEqualizerInterfaces::EqualizerMode> modesSupported,
88 
93 };
94 
95 } // namespace acsdkEqualizer
96 } // namespace alexaClientSDK
97 
98 #endif // ACSDKEQUALIZERIMPLEMENTATIONS_SDKCONFIGEQUALIZERCONFIGURATION_H_
static const bool BAND_IS_SUPPORTED_IF_MISSING_IN_CONFIG
Definition: SDKConfigEqualizerConfiguration.h:43
Definition: SDKConfigEqualizerConfiguration.h:33
Definition: InMemoryEqualizerConfiguration.h:31
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
static const bool MODE_IS_SUPPORTED_IF_MISSING_IN_CONFIG
Definition: SDKConfigEqualizerConfiguration.h:48
static std::shared_ptr< SDKConfigEqualizerConfiguration > create(avsCommon::utils::configuration::ConfigurationNode &configRoot)
static std::shared_ptr< EqualizerConfigurationInterface > createEqualizerConfigurationInterface(const std::shared_ptr< avsCommon::utils::configuration::ConfigurationNode > &configRoot)

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