/AWS1/CL_MDCWEBVTTHLSSRCSTGS¶
Settings specific to WebVTT sources in HLS alternative rendition group. Specify the properties (renditionGroupId, renditionName or renditionLanguageCode) to identify the unique subtitle track among the alternative rendition groups present in the HLS manifest. If no unique track is found, or multiple tracks match the specified properties, the job fails. If there is only one subtitle track in the rendition group, the settings can be left empty and the default subtitle track will be chosen. If your caption source is a sidecar file, use FileSourceSettings instead of WebvttHlsSourceSettings.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_renditiongroupid TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING¶
Optional. Specify alternative group ID
iv_renditionlanguagecode TYPE /AWS1/MDCLANGUAGECODE /AWS1/MDCLANGUAGECODE¶
Optionally specify the language, using an ISO 639-2 or ISO 639-3 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php
iv_renditionname TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING¶
Optional. Specify media name
Queryable Attributes¶
RenditionGroupId¶
Optional. Specify alternative group ID
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RENDITIONGROUPID() |
Getter for RENDITIONGROUPID, with configurable default |
ASK_RENDITIONGROUPID() |
Getter for RENDITIONGROUPID w/ exceptions if field has no va |
HAS_RENDITIONGROUPID() |
Determine if RENDITIONGROUPID has a value |
RenditionLanguageCode¶
Optionally specify the language, using an ISO 639-2 or ISO 639-3 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RENDITIONLANGUAGECODE() |
Getter for RENDITIONLANGUAGECODE, with configurable default |
ASK_RENDITIONLANGUAGECODE() |
Getter for RENDITIONLANGUAGECODE w/ exceptions if field has |
HAS_RENDITIONLANGUAGECODE() |
Determine if RENDITIONLANGUAGECODE has a value |
RenditionName¶
Optional. Specify media name
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RENDITIONNAME() |
Getter for RENDITIONNAME, with configurable default |
ASK_RENDITIONNAME() |
Getter for RENDITIONNAME w/ exceptions if field has no value |
HAS_RENDITIONNAME() |
Determine if RENDITIONNAME has a value |