AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
alexaClientSDK::acsdkAlexaVideoCommon::VideoEntity::Channel Struct Reference

#include <VideoEntityTypes.h>

Public Member Functions

 Channel (int channelNum)
 

Public Attributes

std::unordered_map< std::string, std::string > externalIds
 
int channelNumber
 The channel number. More...
 
std::string channelCallSign
 The call sign for the channel. More...
 
std::string uri
 The URI of the channel. More...
 
std::string name
 The name of the channel. More...
 

Detailed Description

A channel type entity object that represents the identifying data for a television channel.

Constructor & Destructor Documentation

◆ Channel()

alexaClientSDK::acsdkAlexaVideoCommon::VideoEntity::Channel::Channel ( int  channelNum)
inline

Instantiate a Channel entity type.

Parameters
channelNumChannel number for this instance.

Member Data Documentation

◆ channelCallSign

std::string alexaClientSDK::acsdkAlexaVideoCommon::VideoEntity::Channel::channelCallSign

The call sign for the channel.

◆ channelNumber

int alexaClientSDK::acsdkAlexaVideoCommon::VideoEntity::Channel::channelNumber

The channel number.

◆ externalIds

std::unordered_map<std::string, std::string> alexaClientSDK::acsdkAlexaVideoCommon::VideoEntity::Channel::externalIds

External Id map where key is the provider, value is the Id; for example, a key-value pair could be asin_us and B089PWRYQL.

◆ name

std::string alexaClientSDK::acsdkAlexaVideoCommon::VideoEntity::Channel::name

The name of the channel.

◆ uri

std::string alexaClientSDK::acsdkAlexaVideoCommon::VideoEntity::Channel::uri

The URI of the channel.


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