/AWS1/CL_MDLCAPTIONSELECTOR¶
Caption Selector
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/MDL__STRINGMIN1 /AWS1/MDL__STRINGMIN1¶
Name identifier for a caption selector. This name is used to associate this caption selector with one or more caption descriptions. Names must be unique within an event.
Optional arguments:¶
iv_languagecode TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
When specified this field indicates the three letter language code of the caption track to extract from the source.
io_selectorsettings TYPE REF TO /AWS1/CL_MDLCAPTIONSELORSTGS /AWS1/CL_MDLCAPTIONSELORSTGS¶
Caption selector settings.
Queryable Attributes¶
LanguageCode¶
When specified this field indicates the three letter language code of the caption track to extract from the source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LANGUAGECODE() |
Getter for LANGUAGECODE, with configurable default |
ASK_LANGUAGECODE() |
Getter for LANGUAGECODE w/ exceptions if field has no value |
HAS_LANGUAGECODE() |
Determine if LANGUAGECODE has a value |
Name¶
Name identifier for a caption selector. This name is used to associate this caption selector with one or more caption descriptions. Names must be unique within an event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
SelectorSettings¶
Caption selector settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SELECTORSETTINGS() |
Getter for SELECTORSETTINGS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LISTOFCAPTIONSELECTOR¶
TYPES TT___LISTOFCAPTIONSELECTOR TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLCAPTIONSELECTOR WITH DEFAULT KEY
.