AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Attributes | List of all members
alexaClientSDK::avsCommon::sdkInterfaces::RenderPlayerInfoCardsObserverInterface::Context Struct Reference

The context of the RenderPlayerInfoCards from the RenderPlayerInfoCards provider. More...

#include <RenderPlayerInfoCardsObserverInterface.h>

Public Attributes

std::string audioItemId
 The AudioItem ID the RenderPlayerInfoCards provider is handling. More...
 
std::chrono::milliseconds offset
 The offset in millisecond from the start of the AudioItem. More...
 
std::shared_ptr< MediaPropertiesInterfacemediaProperties
 

Detailed Description

The context of the RenderPlayerInfoCards from the RenderPlayerInfoCards provider.

Member Data Documentation

◆ audioItemId

std::string alexaClientSDK::avsCommon::sdkInterfaces::RenderPlayerInfoCardsObserverInterface::Context::audioItemId

The AudioItem ID the RenderPlayerInfoCards provider is handling.

◆ mediaProperties

std::shared_ptr<MediaPropertiesInterface> alexaClientSDK::avsCommon::sdkInterfaces::RenderPlayerInfoCardsObserverInterface::Context::mediaProperties

The MediaPropertiesInterface so that the observer can retrieve the live offset.

Note
Observer shall not call methods of the interface during the onRenderPlayerCardsInfoChanged callback.

◆ offset

std::chrono::milliseconds alexaClientSDK::avsCommon::sdkInterfaces::RenderPlayerInfoCardsObserverInterface::Context::offset

The offset in millisecond from the start of the AudioItem.


The documentation for this struct 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