/AWS1/CL_MDCHLSRENDITIONGRSTGS¶
Settings specific to audio sources in an HLS alternate rendition group. Specify the properties (renditionGroupId, renditionName or renditionLanguageCode) to identify the unique audio track among the alternative rendition groups present in the HLS manifest. If no unique track is found, or multiple tracks match the properties provided, the job fails. If no properties in hlsRenditionGroupSettings are specified, the default audio track within the video segment is chosen. If there is no audio within video segment, the alternative audio with DEFAULT=YES is chosen instead.
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 |