AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <EqualizerInterface.h>
Public Member Functions | |
virtual | ~EqualizerInterface ()=default |
virtual void | setEqualizerBandLevels (EqualizerBandLevelMap bandLevelMap)=0 |
virtual int | getMinimumBandLevel ()=0 |
virtual int | getMaximumBandLevel ()=0 |
Interface performing the actual equalization of the audio.
|
virtualdefault |
Destructor.
|
pure virtual |
Returns the maximum band level (dB) supported by this equalizer.
Implemented in alexaClientSDK::mediaPlayer::android::AndroidSLESMediaPlayer.
|
pure virtual |
Returns the minimum band level (dB) supported by this equalizer.
Implemented in alexaClientSDK::mediaPlayer::android::AndroidSLESMediaPlayer.
|
pure virtual |
Changes the equalization parameters for the audio.
bandLevelMap | EQ bands and their levels to be applied. Levels for all bands supported must be provided. |
Implemented in alexaClientSDK::mediaPlayer::android::AndroidSLESMediaPlayer.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0