/AWS1/CL_IOSFORMATSETTINGS¶
Contains the output format configuration for video processing.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_framespersecond TYPE /AWS1/IOSPOSITIVEINTEGER /AWS1/IOSPOSITIVEINTEGER¶
The target frame rate for the output.
iv_widthinpixels TYPE /AWS1/IOSPOSITIVEINTEGER /AWS1/IOSPOSITIVEINTEGER¶
The target width of the output, in pixels.
iv_heightinpixels TYPE /AWS1/IOSPOSITIVEINTEGER /AWS1/IOSPOSITIVEINTEGER¶
The target height of the output, in pixels.
Queryable Attributes¶
framesPerSecond¶
The target frame rate for the output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FRAMESPERSECOND() |
Getter for FRAMESPERSECOND, with configurable default |
ASK_FRAMESPERSECOND() |
Getter for FRAMESPERSECOND w/ exceptions if field has no val |
HAS_FRAMESPERSECOND() |
Determine if FRAMESPERSECOND has a value |
widthInPixels¶
The target width of the output, in pixels.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WIDTHINPIXELS() |
Getter for WIDTHINPIXELS, with configurable default |
ASK_WIDTHINPIXELS() |
Getter for WIDTHINPIXELS w/ exceptions if field has no value |
HAS_WIDTHINPIXELS() |
Determine if WIDTHINPIXELS has a value |
heightInPixels¶
The target height of the output, in pixels.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEIGHTINPIXELS() |
Getter for HEIGHTINPIXELS, with configurable default |
ASK_HEIGHTINPIXELS() |
Getter for HEIGHTINPIXELS w/ exceptions if field has no valu |
HAS_HEIGHTINPIXELS() |
Determine if HEIGHTINPIXELS has a value |