/AWS1/CL_MD2LSTLOWLATENCYHLS00¶
List the low-latency HTTP live streaming (HLS) manifest configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_manifestname TYPE /AWS1/MD2RESOURCENAME /AWS1/MD2RESOURCENAME¶
A short 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. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.
Optional arguments:¶
iv_childmanifestname TYPE /AWS1/MD2RESOURCENAME /AWS1/MD2RESOURCENAME¶
A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.
iv_url TYPE /AWS1/MD2STRING /AWS1/MD2STRING¶
The egress domain URL for stream delivery from MediaPackage.
Queryable Attributes¶
ManifestName¶
A short 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. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.
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 |
ChildManifestName¶
A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHILDMANIFESTNAME() |
Getter for CHILDMANIFESTNAME, with configurable default |
ASK_CHILDMANIFESTNAME() |
Getter for CHILDMANIFESTNAME w/ exceptions if field has no v |
HAS_CHILDMANIFESTNAME() |
Determine if CHILDMANIFESTNAME 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_LISTLOWLATENCYHLSMANIFESTS¶
TYPES TT_LISTLOWLATENCYHLSMANIFESTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MD2LSTLOWLATENCYHLS00 WITH DEFAULT KEY
.