/AWS1/CL_IVSRENDITIONCONF¶
Object that describes which renditions should be recorded for a stream.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_renditionselection TYPE /AWS1/IVSRENDITIONCONFRENDIT00 /AWS1/IVSRENDITIONCONFRENDIT00¶
Indicates which set of renditions are recorded for a stream. For
BASICchannels, theCUSTOMvalue has no effect. IfCUSTOMis specified, a set of renditions must be specified in therenditionsfield. Default:ALL.
it_renditions TYPE /AWS1/CL_IVSRENDITIONCONFREN00=>TT_RENDITIONCONFRENDITIONLIST TT_RENDITIONCONFRENDITIONLIST¶
Indicates which renditions are recorded for a stream, if
renditionSelectionisCUSTOM; otherwise, this field is irrelevant. The selected renditions are recorded if they are available during the stream. If a selected rendition is unavailable, the best available rendition is recorded. For details on the resolution dimensions of each rendition, see Auto-Record to Amazon S3.
Queryable Attributes¶
renditionSelection¶
Indicates which set of renditions are recorded for a stream. For
BASICchannels, theCUSTOMvalue has no effect. IfCUSTOMis specified, a set of renditions must be specified in therenditionsfield. Default:ALL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RENDITIONSELECTION() |
Getter for RENDITIONSELECTION, with configurable default |
ASK_RENDITIONSELECTION() |
Getter for RENDITIONSELECTION w/ exceptions if field has no |
HAS_RENDITIONSELECTION() |
Determine if RENDITIONSELECTION has a value |
renditions¶
Indicates which renditions are recorded for a stream, if
renditionSelectionisCUSTOM; otherwise, this field is irrelevant. The selected renditions are recorded if they are available during the stream. If a selected rendition is unavailable, the best available rendition is recorded. For details on the resolution dimensions of each rendition, see Auto-Record to Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RENDITIONS() |
Getter for RENDITIONS, with configurable default |
ASK_RENDITIONS() |
Getter for RENDITIONS w/ exceptions if field has no value |
HAS_RENDITIONS() |
Determine if RENDITIONS has a value |