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

#include <SourceObserverInterface.h>

Inheritance diagram for alexaClientSDK::mediaPlayer::SourceObserverInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~SourceObserverInterface ()=default
 
virtual void onFirstByteRead ()=0
 

Detailed Description

An interface which allows notification of events which occur with respect to an audio data source.

Constructor & Destructor Documentation

◆ ~SourceObserverInterface()

virtual alexaClientSDK::mediaPlayer::SourceObserverInterface::~SourceObserverInterface ( )
virtualdefault

Member Function Documentation

◆ onFirstByteRead()

virtual void alexaClientSDK::mediaPlayer::SourceObserverInterface::onFirstByteRead ( )
pure virtual

This indicates that the first bytes of data have been read from the source.

Implemented in alexaClientSDK::mediaPlayer::MediaPlayer.


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