Maps SDK for C++ 1.0.0
Loading...
Searching...
No Matches
gem::sense::EResolution Class Reference

Display resolutions. More...

Public Types

enum  Enum {
  UNKNOWN = 0 , SD_480p , HD_720p , FullHD_1080p ,
  WQHD_1440p , UHD_4K_2160p , UHD_8K_4320p
}
 16:9 Standard resolutions. More...

Static Public Member Functions

static std::pair< int, int > getSize (EResolution::Enum value)
 Get the actual size of a resolution.

Detailed Description

Display resolutions.

Member Enumeration Documentation

◆ Enum

16:9 Standard resolutions.

Enumerator
UNKNOWN 

No resolution.

SD_480p 

640 * 480 resolution.

HD_720p 

1280 * 720 resolution

FullHD_1080p 

1920 * 1080 resolution

WQHD_1440p 

2560 * 1440 resolution

UHD_4K_2160p 

3840 * 2160 resolution

UHD_8K_4320p 

7680 * 4320 resolution

Member Function Documentation

◆ getSize()

std::pair< int, int > gem::sense::EResolution::getSize ( EResolution::Enum value)
inlinestatic

Get the actual size of a resolution.

Parameters
[in]valueThe value of the resolution enum
Returns
Resolution width and height as a pair of integers.