/AWS1/CL_MDTKEYVALUEPAIR¶
For SCTE35_ENHANCED output, defines a key and corresponding value. MediaTailor generates these pairs within the EXT-X-ASSETtag.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_key TYPE /AWS1/MDTSTRING /AWS1/MDTSTRING¶
For
SCTE35_ENHANCEDoutput, defines a key. MediaTailor takes this key, and its associated value, and generates the key/value pair within theEXT-X-ASSETtag. If you specify a key, you must also specify a corresponding value.
iv_value TYPE /AWS1/MDTSTRING /AWS1/MDTSTRING¶
For
SCTE35_ENHANCEDoutput, defines a value. MediaTailor; takes this value, and its associated key, and generates the key/value pair within theEXT-X-ASSETtag. If you specify a value, you must also specify a corresponding key.
Queryable Attributes¶
Key¶
For
SCTE35_ENHANCEDoutput, defines a key. MediaTailor takes this key, and its associated value, and generates the key/value pair within theEXT-X-ASSETtag. If you specify a key, you must also specify a corresponding value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
Value¶
For
SCTE35_ENHANCEDoutput, defines a value. MediaTailor; takes this value, and its associated key, and generates the key/value pair within theEXT-X-ASSETtag. If you specify a value, you must also specify a corresponding key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ADBREAKMETADATALIST¶
TYPES TT_ADBREAKMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDTKEYVALUEPAIR WITH DEFAULT KEY
.