AlexaClientSDK  1.19.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Public Attributes | List of all members
alexaClientSDK::capabilityAgents::audioPlayer::AudioItem Struct Reference

Struct which contains all the fields which define an audio item for a Play directive. More...

#include <AudioItem.h>

Collaboration diagram for alexaClientSDK::capabilityAgents::audioPlayer::AudioItem:
Collaboration graph
[legend]

Classes

struct  Stream
 Contains the parameters of the stream. More...
 

Public Attributes

std::string id
 Identifies the audioItem. More...
 
struct alexaClientSDK::capabilityAgents::audioPlayer::AudioItem::Stream stream
 
captions::CaptionData captionData
 The caption content that goes with the audio. More...
 
alexaClientSDK::avsCommon::utils::mediaPlayer::MediaPlayerObserverInterface::VectorOfTags cachedMetadata
 Metadata cache for duplicate removal. More...
 
std::chrono::time_point< std::chrono::steady_clock > lastMetadataEvent
 Time of last Metadata event (used to rate limit metadata events). More...
 

Detailed Description

Struct which contains all the fields which define an audio item for a Play directive.

Member Data Documentation

◆ cachedMetadata

alexaClientSDK::avsCommon::utils::mediaPlayer::MediaPlayerObserverInterface::VectorOfTags alexaClientSDK::capabilityAgents::audioPlayer::AudioItem::cachedMetadata

Metadata cache for duplicate removal.

◆ captionData

captions::CaptionData alexaClientSDK::capabilityAgents::audioPlayer::AudioItem::captionData

The caption content that goes with the audio.

◆ id

std::string alexaClientSDK::capabilityAgents::audioPlayer::AudioItem::id

Identifies the audioItem.

◆ lastMetadataEvent

std::chrono::time_point<std::chrono::steady_clock> alexaClientSDK::capabilityAgents::audioPlayer::AudioItem::lastMetadataEvent

Time of last Metadata event (used to rate limit metadata events).

◆ stream

struct alexaClientSDK::capabilityAgents::audioPlayer::AudioItem::Stream alexaClientSDK::capabilityAgents::audioPlayer::AudioItem::stream

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