![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <EqualizerControllerListenerInterface.h>
Public Member Functions | |
virtual | ~EqualizerControllerListenerInterface ()=default |
virtual void | onEqualizerStateChanged (const EqualizerState &newState)=0 |
virtual void | onEqualizerSameStateChanged (const EqualizerState &newState)=0 |
An interface to listen for EqualizerController
state changes.
|
virtualdefault |
Destructor.
|
pure virtual |
Receives the same state of the EqualizerController
when equalizer setting is changed but to an identical state to the current state. This callback is called after all changes has been applied.
newState | New state of the EqualizerController . |
Implemented in alexaClientSDK::acsdkEqualizer::EqualizerCapabilityAgent.
|
pure virtual |
Receives the new state of the EqualizerController
. This callback is called after all changes has been applied.
newState | New state of the EqualizerController . |
Implemented in alexaClientSDK::acsdkEqualizer::EqualizerCapabilityAgent.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0