AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <MediaDescription.h>
Public Attributes | |
sdkInterfaces::audio::MixingBehavior | mixingBehavior |
Mixing behavior of the stream. More... | |
std::string | focusChannel |
Focus channel identifies the content type acquiring focus following FocusManger naming convention. More... | |
std::string | trackId |
String identifier of the source. More... | |
Optional< captions::CaptionData > | caption |
Object that contains CaptionData with unprocessed caption content and metadata of a particular format. More... | |
Optional< std::vector< audioAnalyzer::AudioAnalyzerState > > | analyzers |
Audio analyzers used to process provided audio content. More... | |
std::unordered_map< std::string, std::string > | additionalData |
All additional information to be provided, including PlayBehavior. More... | |
bool | enabled |
Are all of the required values in the Media Description struct set. More... | |
std::unordered_map<std::string, std::string> alexaClientSDK::avsCommon::utils::mediaPlayer::MediaDescription::additionalData |
All additional information to be provided, including PlayBehavior.
Optional<std::vector<audioAnalyzer::AudioAnalyzerState> > alexaClientSDK::avsCommon::utils::mediaPlayer::MediaDescription::analyzers |
Audio analyzers used to process provided audio content.
Optional<captions::CaptionData> alexaClientSDK::avsCommon::utils::mediaPlayer::MediaDescription::caption |
Object that contains CaptionData with unprocessed caption content and metadata of a particular format.
bool alexaClientSDK::avsCommon::utils::mediaPlayer::MediaDescription::enabled |
Are all of the required values in the Media Description struct set.
std::string alexaClientSDK::avsCommon::utils::mediaPlayer::MediaDescription::focusChannel |
Focus channel identifies the content type acquiring focus following FocusManger naming convention.
sdkInterfaces::audio::MixingBehavior alexaClientSDK::avsCommon::utils::mediaPlayer::MediaDescription::mixingBehavior |
Mixing behavior of the stream.
std::string alexaClientSDK::avsCommon::utils::mediaPlayer::MediaDescription::trackId |
String identifier of the source.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0