@Generated(value="software.amazon.awssdk:codegen") public final class GetLowLatencyHlsManifestConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GetLowLatencyHlsManifestConfiguration.Builder,GetLowLatencyHlsManifestConfiguration>
Retrieve the low-latency HTTP live streaming (HLS) manifest configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetLowLatencyHlsManifestConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetLowLatencyHlsManifestConfiguration.Builder |
builder() |
String |
childManifestName()
A short string that's appended to the endpoint URL.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
manifestName()
A short short string that's appended to the endpoint URL.
|
Integer |
manifestWindowSeconds()
The total duration (in seconds) of the manifest's content.
|
Integer |
programDateTimeIntervalSeconds()
Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify.
|
ScteHls |
scteHls()
Returns the value of the ScteHls property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetLowLatencyHlsManifestConfiguration.Builder> |
serializableBuilderClass() |
GetLowLatencyHlsManifestConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
The egress domain URL for stream delivery from MediaPackage.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String url()
The egress domain URL for stream delivery from MediaPackage.
public final 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.
public final Integer manifestWindowSeconds()
The total duration (in seconds) of the manifest's content.
public final Integer programDateTimeIntervalSeconds()
Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.
Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.
Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.
public final ScteHls scteHls()
public GetLowLatencyHlsManifestConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetLowLatencyHlsManifestConfiguration.Builder,GetLowLatencyHlsManifestConfiguration>public static GetLowLatencyHlsManifestConfiguration.Builder builder()
public static Class<? extends GetLowLatencyHlsManifestConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.