![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <AudioFocusManagerHandlerInterface.h>
Public Member Functions | |
virtual | ~AudioFocusManagerHandlerInterface ()=default |
virtual void | acquireChannelRequest (const std::string &message)=0 |
virtual void | releaseChannelRequest (const std::string &message)=0 |
virtual void | focusChangedReport (const std::string &message)=0 |
A contract to handle AudioFocusManager.
|
virtualdefault |
Destructor
|
pure virtual |
IPC Client sends this event to request the SDK to acquire audio focus for the given channel.
message | Incoming IPC message from the IPC client. |
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIClient.
|
pure virtual |
IPC Client sends this event to inform the SDK that it has received the processFocusChanged directive.
message | Incoming IPC message from the IPC client. |
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIClient.
|
pure virtual |
IPC Client sends this event to request the SDK to release audio focus for the given channel.
message | Incoming IPC message from the IPC client. |
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIClient.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0