|
Maps SDK for C++ 1.0.0
|
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. | |
Display resolutions.
|
inlinestatic |
Get the actual size of a resolution.
| [in] | value | The value of the resolution enum |