/AWS1/CL_MDXFRAMERESOLUTION¶
The frame resolution used by the video stream.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_frameheight TYPE /AWS1/MDXINTEGER /AWS1/MDXINTEGER¶
The number of pixels in the height of the video frame.
iv_framewidth TYPE /AWS1/MDXINTEGER /AWS1/MDXINTEGER¶
The number of pixels in the width of the video frame.
Queryable Attributes¶
FrameHeight¶
The number of pixels in the height of the video frame.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FRAMEHEIGHT() |
Getter for FRAMEHEIGHT, with configurable default |
ASK_FRAMEHEIGHT() |
Getter for FRAMEHEIGHT w/ exceptions if field has no value |
HAS_FRAMEHEIGHT() |
Determine if FRAMEHEIGHT has a value |
FrameWidth¶
The number of pixels in the width of the video frame.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FRAMEWIDTH() |
Getter for FRAMEWIDTH, with configurable default |
ASK_FRAMEWIDTH() |
Getter for FRAMEWIDTH w/ exceptions if field has no value |
HAS_FRAMEWIDTH() |
Determine if FRAMEWIDTH has a value |