![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <ProgressTimer.h>
Public Member Functions | |
virtual void | requestProgress ()=0 |
virtual void | onProgressReportDelayElapsed ()=0 |
virtual void | onProgressReportIntervalElapsed ()=0 |
virtual void | onProgressReportIntervalUpdated ()=0 |
virtual | ~ContextInterface ()=default |
Interface to the context within which ProgressTimer operates. This interface provides a way to get the current offset of playback, and methods to trigger sending progress callbacks.
|
virtualdefault |
Destructor.
|
pure virtual |
Notification that it is time to send a ProgressReportDelayElapsed event.
Implemented in alexaClientSDK::acsdkAudioPlayer::AudioPlayer.
|
pure virtual |
Notification that it is time to send a ProgressReportIntervalElapsed event.
Implemented in alexaClientSDK::acsdkAudioPlayer::AudioPlayer.
|
pure virtual |
Notification that it is time to send a ProgressReportIntervalUpdated event.
Implemented in alexaClientSDK::acsdkAudioPlayer::AudioPlayer.
|
pure virtual |
Request a (potentially asynchronous) callback to onProgress() with the current progress.
Implemented in alexaClientSDK::acsdkAudioPlayer::AudioPlayer.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0