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

#include <LiveViewControllerObserverInterface.h>

Public Member Functions

virtual ~LiveViewControllerObserverInterface ()=default
 
virtual void onMicrophoneStateChanged (alexaLiveViewControllerInterfaces::AudioState microphoneState)=0
 
virtual void onLiveViewCleared ()=0
 

Detailed Description

This interface is used to observe changes in the application related to live view camera.

Constructor & Destructor Documentation

◆ ~LiveViewControllerObserverInterface()

virtual alexaClientSDK::alexaLiveViewControllerInterfaces::LiveViewControllerObserverInterface::~LiveViewControllerObserverInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ onLiveViewCleared()

virtual void alexaClientSDK::alexaLiveViewControllerInterfaces::LiveViewControllerObserverInterface::onLiveViewCleared ( )
pure virtual

Notifies that application has cleared the live view camera.

◆ onMicrophoneStateChanged()

virtual void alexaClientSDK::alexaLiveViewControllerInterfaces::LiveViewControllerObserverInterface::onMicrophoneStateChanged ( alexaLiveViewControllerInterfaces::AudioState  microphoneState)
pure virtual

Notifies the change in the microphone state of the application.

Parameters
microphoneStateAudio state of the microphone.

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