/AWS1/CL_MD2LSTDASHMANIFESTC00¶
List the DASH manifest configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_manifestname TYPE /AWS1/MD2RESOURCENAME /AWS1/MD2RESOURCENAME¶
A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index.
Optional arguments:¶
iv_url TYPE /AWS1/MD2STRING /AWS1/MD2STRING¶
The egress domain URL for stream delivery from MediaPackage.
Queryable Attributes¶
ManifestName¶
A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MANIFESTNAME() |
Getter for MANIFESTNAME, with configurable default |
ASK_MANIFESTNAME() |
Getter for MANIFESTNAME w/ exceptions if field has no value |
HAS_MANIFESTNAME() |
Determine if MANIFESTNAME has a value |
Url¶
The egress domain URL for stream delivery from MediaPackage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL 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_LISTDASHMANIFESTS¶
TYPES TT_LISTDASHMANIFESTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MD2LSTDASHMANIFESTC00 WITH DEFAULT KEY
.