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

#include <PlaylistParserObserverInterface.h>

Inheritance diagram for alexaClientSDK::avsCommon::utils::playlistParser::PlaylistParserObserverInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~PlaylistParserObserverInterface ()=default
 
virtual void onPlaylistEntryParsed (int requestId, PlaylistEntry playlistEntry)=0
 

Detailed Description

An observer of the playlist parser.

Constructor & Destructor Documentation

◆ ~PlaylistParserObserverInterface()

virtual alexaClientSDK::avsCommon::utils::playlistParser::PlaylistParserObserverInterface::~PlaylistParserObserverInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ onPlaylistEntryParsed()

virtual void alexaClientSDK::avsCommon::utils::playlistParser::PlaylistParserObserverInterface::onPlaylistEntryParsed ( int  requestId,
PlaylistEntry  playlistEntry 
)
pure virtual

Notification that an entry has been parsed.

Parameters
requestIdThe id of the callback to connect this callback to an original request.
playlistEntryThe parsing result. The url field will be valid if parseResult is different than ERROR.
Note
This function is always called from a single thread in PlayListParser.

Implemented in alexaClientSDK::playlistParser::test::TestParserObserver.


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