Class CreateLowLatencyHlsManifestConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.mediapackagev2.model.CreateLowLatencyHlsManifestConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CreateLowLatencyHlsManifestConfiguration.Builder,CreateLowLatencyHlsManifestConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class CreateLowLatencyHlsManifestConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateLowLatencyHlsManifestConfiguration.Builder,CreateLowLatencyHlsManifestConfiguration>
Create a low-latency HTTP live streaming (HLS) manifest configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateLowLatencyHlsManifestConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateLowLatencyHlsManifestConfiguration.Builderbuilder()StringchildManifestName()A short string that's appended to the endpoint URL.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FilterConfigurationfilterConfiguration()Returns the value of the FilterConfiguration property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmanifestName()A short short string that's appended to the endpoint URL.IntegermanifestWindowSeconds()The total duration (in seconds) of the manifest's content.IntegerprogramDateTimeIntervalSeconds()Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify.ScteHlsscteHls()Returns the value of the ScteHls property for this object.List<SdkField<?>>sdkFields()static Class<? extends CreateLowLatencyHlsManifestConfiguration.Builder>serializableBuilderClass()CreateLowLatencyHlsManifestConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
manifestName
public 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.
- Returns:
- 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.
-
childManifestName
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 manifest name, index, with an added suffix to distinguish it from the manifest name. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.
- Returns:
- 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 manifest name, index, with an added suffix to distinguish it from the manifest name. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.
-
scteHls
public final ScteHls scteHls()
Returns the value of the ScteHls property for this object.- Returns:
- The value of the ScteHls property for this object.
-
manifestWindowSeconds
public final Integer manifestWindowSeconds()
The total duration (in seconds) of the manifest's content.
- Returns:
- The total duration (in seconds) of the manifest's content.
-
programDateTimeIntervalSeconds
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.
- Returns:
- 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.
-
filterConfiguration
public final FilterConfiguration filterConfiguration()
Returns the value of the FilterConfiguration property for this object.- Returns:
- The value of the FilterConfiguration property for this object.
-
toBuilder
public CreateLowLatencyHlsManifestConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateLowLatencyHlsManifestConfiguration.Builder,CreateLowLatencyHlsManifestConfiguration>
-
builder
public static CreateLowLatencyHlsManifestConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateLowLatencyHlsManifestConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-