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

#include <MediaPlayerObserverInterface.h>

Public Attributes

std::string key
 Key extracted from the stream tag. More...
 
std::string value
 Value extracted from the stream tag. More...
 
MediaPlayerObserverInterface::TagType type
 Type of the stream tag. More...
 

Detailed Description

Structure to hold the key, value and type of tag that is found.

Member Data Documentation

◆ key

std::string alexaClientSDK::avsCommon::utils::mediaPlayer::MediaPlayerObserverInterface::TagKeyValueType::key

Key extracted from the stream tag.

◆ type

MediaPlayerObserverInterface::TagType alexaClientSDK::avsCommon::utils::mediaPlayer::MediaPlayerObserverInterface::TagKeyValueType::type

Type of the stream tag.

◆ value

std::string alexaClientSDK::avsCommon::utils::mediaPlayer::MediaPlayerObserverInterface::TagKeyValueType::value

Value extracted from the stream tag.


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