![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <MediaPropertiesInterface.h>
Public Member Functions | |
virtual | ~MediaPropertiesInterface ()=default |
virtual std::chrono::milliseconds | getAudioItemOffset ()=0 |
virtual std::chrono::milliseconds | getAudioItemDuration () |
This class provides an interface to query the properties of a media from a player.
|
virtualdefault |
Destructor
|
inlinevirtual |
Returns the duration of the current AudioItem the player is handling.
Reimplemented in alexaClientSDK::acsdkAudioPlayer::AudioPlayer, and alexaClientSDK::acsdkExternalMediaPlayer::ExternalMediaPlayer.
|
pure virtual |
This function retrieves the offset of the current AudioItem the player is handling.
Implemented in alexaClientSDK::acsdkAudioPlayer::AudioPlayer, and alexaClientSDK::acsdkExternalMediaPlayer::ExternalMediaPlayer.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0