![]() |
AlexaClientSDK
1.20.1
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <EqualizerModeControllerInterface.h>
Public Member Functions | |
virtual | ~EqualizerModeControllerInterface ()=default |
virtual bool | setEqualizerMode (EqualizerMode mode)=0 |
Interface to handle equalizer modes. It is up to device manufacturer to implement the mode behavior. For example vendor may wish to apply:
|
virtualdefault |
Destructor.
|
pure virtual |
Changes the current equalizer mode. Equalizer state listeners will be notified only if this method returns true. It is safe to change equalizer band values from this function, but changing mode is not allowed.
mode | The EqualizerMode to set. |
Implemented in alexaClientSDK::sampleApp::SampleEqualizerModeController.
AlexaClientSDK 1.20.1 - Copyright 2016-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0