![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <CaptionFrameParseListenerInterface.h>
Public Member Functions | |
virtual | ~CaptionFrameParseListenerInterface ()=default |
virtual void | onParsed (const CaptionFrame &captionFrame)=0 |
An interface to notify when CaptionFrame
objects have been parsed.
|
virtualdefault |
Destructor.
|
pure virtual |
Called by the caption parser implementation for each caption frame that has been parsed.
captionFrame | The single frame of captions, containing everything needed to be displayed. |
Implemented in alexaClientSDK::captions::CaptionManager.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0