16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_MEDIAPLAYER_MEDIAPLAYERSTATE_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_MEDIAPLAYER_MEDIAPLAYERSTATE_H_ 27 namespace mediaPlayer {
45 protectionScheme(protectionScheme),
46 clearLead(clearLead) {
86 MediaPlayerState(std::chrono::milliseconds offsetInMs, std::chrono::milliseconds duration_ = DURATION_UNKNOWN) :
95 std::chrono::milliseconds offsetInMs,
97 std::chrono::milliseconds duration_ = DURATION_UNKNOWN) :
107 std::chrono::milliseconds offsetInMs,
110 std::chrono::milliseconds duration_ = DURATION_UNKNOWN) :
152 std::ostream& stream,
154 stream <<
"MediaPlayerProtection: isProtected=" << std::boolalpha << mediaPlayerProtection.
isProtected();
156 stream <<
",protectionScheme=" << mediaPlayerProtection.
protectionScheme <<
",clearLead=" << std::boolalpha
167 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_MEDIAPLAYER_MEDIAPLAYERSTATE_H_
::std::string string
Definition: gtest-port.h:1097
Definition: CapabilityConfiguration.h:190
Definition: Optional.h:32
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36