public static interface ListLowLatencyHlsManifestConfiguration.Builder extends SdkPojo, CopyableBuilder<ListLowLatencyHlsManifestConfiguration.Builder,ListLowLatencyHlsManifestConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ListLowLatencyHlsManifestConfiguration.Builder |
childManifestName(String childManifestName)
A short string that's appended to the endpoint URL.
|
ListLowLatencyHlsManifestConfiguration.Builder |
manifestName(String manifestName)
A short short string that's appended to the endpoint URL.
|
ListLowLatencyHlsManifestConfiguration.Builder |
url(String url)
The egress domain URL for stream delivery from MediaPackage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListLowLatencyHlsManifestConfiguration.Builder manifestName(String 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.
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.ListLowLatencyHlsManifestConfiguration.Builder childManifestName(String 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.
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.ListLowLatencyHlsManifestConfiguration.Builder url(String url)
The egress domain URL for stream delivery from MediaPackage.
url - The egress domain URL for stream delivery from MediaPackage.Copyright © 2023. All rights reserved.