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

#include <CaptionFrameParseListenerInterface.h>

Inheritance diagram for alexaClientSDK::captions::CaptionFrameParseListenerInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~CaptionFrameParseListenerInterface ()=default
 
virtual void onParsed (const CaptionFrame &captionFrame)=0
 

Detailed Description

An interface to notify when CaptionFrame objects have been parsed.

Constructor & Destructor Documentation

◆ ~CaptionFrameParseListenerInterface()

virtual alexaClientSDK::captions::CaptionFrameParseListenerInterface::~CaptionFrameParseListenerInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ onParsed()

virtual void alexaClientSDK::captions::CaptionFrameParseListenerInterface::onParsed ( const CaptionFrame captionFrame)
pure virtual

Called by the caption parser implementation for each caption frame that has been parsed.

Parameters
captionFrameThe single frame of captions, containing everything needed to be displayed.

Implemented in alexaClientSDK::captions::CaptionManager.


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