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

#include <VideoEntityTypes.h>

Public Types

enum  Type { Type::MOVIE, Type::VIDEO, Type::TV_SHOW }
 

Public Member Functions

 Media (Type typeValue)
 

Public Attributes

Type type
 The media type. More...
 

Detailed Description

A media type entity object that represents the media type category of a particular piece of content.

Member Enumeration Documentation

◆ Type

Enum definitions for all types of Media.

Enumerator
MOVIE 

Movie type.

VIDEO 

Video type.

TV_SHOW 

TV Show type.

Constructor & Destructor Documentation

◆ Media()

alexaClientSDK::acsdkAlexaVideoCommon::VideoEntity::Media::Media ( Type  typeValue)
inline

Instantiate a Media entity.

Parameters
typeValueEnum value for the media type.

Member Data Documentation

◆ type

Type alexaClientSDK::acsdkAlexaVideoCommon::VideoEntity::Media::type

The media type.


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