![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <MediaPlayerState.h>
Public Member Functions | |
MediaPlayerProtection () | |
Default Constructor. More... | |
MediaPlayerProtection (const std::string &protectionScheme, bool clearLead) | |
Constructor. More... | |
bool | operator== (const MediaPlayerProtection &other) const |
bool | isProtected () const |
Is the track protected. More... | |
Public Attributes | |
std::string | protectionScheme |
bool | clearLead |
Structure to hold media protection information.
|
inline |
Default Constructor.
|
inline |
Constructor.
|
inline |
Is the track protected.
|
inline |
Overload the == operator for equality checks
other | The other MediaPlayerProtection to compare |
this
is equivalent to other
bool alexaClientSDK::avsCommon::utils::mediaPlayer::MediaPlayerState::MediaPlayerProtection::clearLead |
Whether we found some clear lead data, possibly to mitigate latency, even though most of the content was protected.
std::string alexaClientSDK::avsCommon::utils::mediaPlayer::MediaPlayerState::MediaPlayerProtection::protectionScheme |
Name of the protection scheme used to protect media. This field will be empty if no protection scheme is used.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0