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

#include <VisualCharacteristicsInterface.h>

Collaboration diagram for alexaClientSDK::visualCharacteristicsInterfaces::WindowSize:
Collaboration graph
[legend]

Public Types

enum  WindowSizeType { WindowSizeType::DISCRETE, WindowSizeType::CONTINUOUS }
 Enum defining the Window Size types. More...
 

Static Public Member Functions

static const std::string windowSizeTypeToText (const WindowSizeType windowSizeType)
 

Public Attributes

std::string id
 Unique identifier for the specified size configuration. More...
 
WindowSizeType type
 Window size type. More...
 
Dimension minimum
 
Dimension maximum
 

Detailed Description

The window size configuration

Member Enumeration Documentation

◆ WindowSizeType

Enum defining the Window Size types.

Enumerator
DISCRETE 

Specify DISCRETE for a window size with fixed points.

CONTINUOUS 

Specify CONTINUOUS to allow any window size under a specified maximum width and height.

Member Function Documentation

◆ windowSizeTypeToText()

static const std::string alexaClientSDK::visualCharacteristicsInterfaces::WindowSize::windowSizeTypeToText ( const WindowSizeType  windowSizeType)
inlinestatic

Member Data Documentation

◆ id

std::string alexaClientSDK::visualCharacteristicsInterfaces::WindowSize::id

Unique identifier for the specified size configuration.

◆ maximum

Dimension alexaClientSDK::visualCharacteristicsInterfaces::WindowSize::maximum

◆ minimum

Dimension alexaClientSDK::visualCharacteristicsInterfaces::WindowSize::minimum

Dimension for the window For DISCRETE window types both minimum and maximum will be identical Unit must be PIXELS

◆ type

WindowSizeType alexaClientSDK::visualCharacteristicsInterfaces::WindowSize::type

Window size 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