public static interface CreateHlsManifestConfiguration.Builder extends SdkPojo, CopyableBuilder<CreateHlsManifestConfiguration.Builder,CreateHlsManifestConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CreateHlsManifestConfiguration.Builder |
childManifestName(String childManifestName)
A short string that's appended to the endpoint URL.
|
CreateHlsManifestConfiguration.Builder |
manifestName(String manifestName)
A short short string that's appended to the endpoint URL.
|
CreateHlsManifestConfiguration.Builder |
manifestWindowSeconds(Integer manifestWindowSeconds)
The total duration (in seconds) of the manifest's content.
|
CreateHlsManifestConfiguration.Builder |
programDateTimeIntervalSeconds(Integer programDateTimeIntervalSeconds)
Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify.
|
default CreateHlsManifestConfiguration.Builder |
scteHls(Consumer<ScteHls.Builder> scteHls)
Sets the value of the ScteHls property for this object.
|
CreateHlsManifestConfiguration.Builder |
scteHls(ScteHls scteHls)
Sets the value of the ScteHls property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateHlsManifestConfiguration.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.CreateHlsManifestConfiguration.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 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.
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.CreateHlsManifestConfiguration.Builder scteHls(ScteHls scteHls)
scteHls - The new value for the ScteHls property for this object.default CreateHlsManifestConfiguration.Builder scteHls(Consumer<ScteHls.Builder> scteHls)
ScteHls.Builder avoiding the need to
create one manually via ScteHls.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to scteHls(ScteHls).
scteHls - a consumer that will call methods on ScteHls.BuilderscteHls(ScteHls)CreateHlsManifestConfiguration.Builder manifestWindowSeconds(Integer manifestWindowSeconds)
The total duration (in seconds) of the manifest's content.
manifestWindowSeconds - The total duration (in seconds) of the manifest's content.CreateHlsManifestConfiguration.Builder programDateTimeIntervalSeconds(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.
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.
Copyright © 2023. All rights reserved.