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::RenderCaptionsInterface Class Referenceabstract

#include <RenderCaptionsInterface.h>

Inheritance diagram for alexaClientSDK::sampleApplications::ipcServerSampleApp::RenderCaptionsInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~RenderCaptionsInterface ()=default
 
virtual void renderCaptions (const std::string &payload)=0
 

Detailed Description

This class is used to render captions visually

Constructor & Destructor Documentation

◆ ~RenderCaptionsInterface()

virtual alexaClientSDK::sampleApplications::ipcServerSampleApp::RenderCaptionsInterface::~RenderCaptionsInterface ( )
virtualdefault

Destructor

Member Function Documentation

◆ renderCaptions()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::RenderCaptionsInterface::renderCaptions ( const std::string &  payload)
pure virtual

Send captions to be rendered

Parameters
payloadCaptions to be rendered.

Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::AlexaCaptionsHandler.


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