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

The context of the AudioPlayer when the observer is notified of the PlayerActivity state change. More...

#include <AudioPlayerObserverInterface.h>

Collaboration diagram for alexaClientSDK::avsCommon::sdkInterfaces::AudioPlayerObserverInterface::Context:
Collaboration graph
[legend]

Public Attributes

std::string audioItemId
 The ID of the AudioItem that the @ AudioPlayer is handling. More...
 
std::chrono::milliseconds offset
 The offset in millisecond from the start of the AudioItem. More...
 
avsCommon::avs::PlayRequestor playRequestor
 The PlayRequestor object in Play directive. More...
 

Detailed Description

The context of the AudioPlayer when the observer is notified of the PlayerActivity state change.

Member Data Documentation

◆ audioItemId

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

The ID of the AudioItem that the @ AudioPlayer is handling.

◆ offset

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

The offset in millisecond from the start of the AudioItem.

◆ playRequestor

avsCommon::avs::PlayRequestor alexaClientSDK::avsCommon::sdkInterfaces::AudioPlayerObserverInterface::Context::playRequestor

The PlayRequestor object in Play directive.


The documentation for this struct was generated from the following file:

AlexaClientSDK 1.19.0 - Copyright 2016-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0