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::VideoResolution Struct Reference

#include <VideoEntityTypes.h>

Public Types

enum  Type { Type::SD, Type::HD, Type::FOUR_K, Type::EIGHT_K }
 

Public Member Functions

 VideoResolution (Type resolutionType)
 

Public Attributes

Type type
 Video resolution. More...
 

Detailed Description

A video resolution type entity object that represents the requested video resolution.

Member Enumeration Documentation

◆ Type

Enum definitions for all video resolution types.

Enumerator
SD 

SD type (480p).

HD 

HD type (720p-1080p).

FOUR_K 

4K type (2160p).

EIGHT_K 

8K type (4320p).

Constructor & Destructor Documentation

◆ VideoResolution()

alexaClientSDK::acsdkAlexaVideoCommon::VideoEntity::VideoResolution::VideoResolution ( Type  resolutionType)
inline

Instantiate a VideoResolution entity.

Parameters
resolutionTypeThe resolution type of the content.

Member Data Documentation

◆ type

Type alexaClientSDK::acsdkAlexaVideoCommon::VideoEntity::VideoResolution::type

Video resolution.


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