AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::sampleApplications::ipcServerSampleApp::extensions::liveView::AplLiveViewExtensionObserverInterface Class Referenceabstract

#include <AplLiveViewExtensionObserverInterface.h>

Inheritance diagram for alexaClientSDK::sampleApplications::ipcServerSampleApp::extensions::liveView::AplLiveViewExtensionObserverInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~AplLiveViewExtensionObserverInterface ()=default
 
virtual void handleCameraExitRequest ()=0
 
virtual void handleChangeCameraMicStateRequest (bool enabled)=0
 

Detailed Description

This class allows a AplLiveViewExtensionObserverInterface observer to be notified of changes in the AplLiveViewExtension. The observer should control the state of the corresponding LiveView.

Constructor & Destructor Documentation

◆ ~AplLiveViewExtensionObserverInterface()

virtual alexaClientSDK::sampleApplications::ipcServerSampleApp::extensions::liveView::AplLiveViewExtensionObserverInterface::~AplLiveViewExtensionObserverInterface ( )
virtualdefault

Destructor

Member Function Documentation

◆ handleCameraExitRequest()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::extensions::liveView::AplLiveViewExtensionObserverInterface::handleCameraExitRequest ( )
pure virtual

Used to notify the observer when the extension has issued a request to exit the camera. The observer should stop the active camera.

Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::liveViewController::LiveViewControllerPresentationAdapter.

◆ handleChangeCameraMicStateRequest()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::extensions::liveView::AplLiveViewExtensionObserverInterface::handleChangeCameraMicStateRequest ( bool  enabled)
pure virtual

Used to notify the observer when the extension has issued a request to open the camera microphone. The observer should open the microphone for communication over the camera.

Parameters
enabledtrue if requesting to enable the microphone.

Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::liveViewController::LiveViewControllerPresentationAdapter.


The documentation for this class was generated from the following file:

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