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::ipc::LiveViewCameraHandlerInterface Class Referenceabstract

#include <LiveViewCameraHandlerInterface.h>

Inheritance diagram for alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::LiveViewCameraHandlerInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~LiveViewCameraHandlerInterface ()=default
 
virtual void cameraMicrophoneStateChanged (const std::string &message)=0
 
virtual void cameraFirstFrameRendered (const std::string &message)=0
 
virtual void windowIdReport (const std::string &message)=0
 

Detailed Description

A contract to handle LiveViewCamera.

Constructor & Destructor Documentation

◆ ~LiveViewCameraHandlerInterface()

virtual alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::LiveViewCameraHandlerInterface::~LiveViewCameraHandlerInterface ( )
virtualdefault

Destructor

Member Function Documentation

◆ cameraFirstFrameRendered()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::LiveViewCameraHandlerInterface::cameraFirstFrameRendered ( const std::string &  message)
pure virtual

IPC client rendered the first frame of the live view camera.

Parameters
messageIncoming IPC message from the IPC client.

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

◆ cameraMicrophoneStateChanged()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::LiveViewCameraHandlerInterface::cameraMicrophoneStateChanged ( const std::string &  message)
pure virtual

IPC client has changed the state of the camera microphone used for 2-way communication.

Parameters
messageIncoming IPC message from the IPC client.

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

◆ windowIdReport()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::LiveViewCameraHandlerInterface::windowIdReport ( const std::string &  message)
pure virtual

IPC client sends this event to report the windowId used for displaying live view camera.

Parameters
messageIncoming IPC message from the IPC client.

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