/AWS1/CL_GMZRESOLUTION¶
Contains the width and height dimensions, in pixels, that define the resolution of the stream session's virtual monitor. The total number of pixels (width × height) must not exceed 2,073,600 (equivalent to 1920 × 1080).
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_width TYPE /AWS1/GMZRESOLUTIONWIDTH /AWS1/GMZRESOLUTIONWIDTH¶
The width of the stream session's virtual monitor, in pixels. The value must be an even number.
iv_height TYPE /AWS1/GMZRESOLUTIONHEIGHT /AWS1/GMZRESOLUTIONHEIGHT¶
The height of the stream session's virtual monitor, in pixels. The value must be an even number.
Queryable Attributes¶
Width¶
The width of the stream session's virtual monitor, in pixels. The value must be an even number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WIDTH() |
Getter for WIDTH, with configurable default |
ASK_WIDTH() |
Getter for WIDTH w/ exceptions if field has no value |
HAS_WIDTH() |
Determine if WIDTH has a value |
Height¶
The height of the stream session's virtual monitor, in pixels. The value must be an even number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEIGHT() |
Getter for HEIGHT, with configurable default |
ASK_HEIGHT() |
Getter for HEIGHT w/ exceptions if field has no value |
HAS_HEIGHT() |
Determine if HEIGHT has a value |