@Stability(value=Stable) public static final class CfnPackagingConfiguration.HlsManifestProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPackagingConfiguration.HlsManifestProperty>
CfnPackagingConfiguration.HlsManifestProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnPackagingConfiguration.HlsManifestProperty.Builder adMarkers(String adMarkers)
CfnPackagingConfiguration.HlsManifestProperty.getAdMarkers()adMarkers - This setting controls ad markers in the packaged content.
NONE omits SCTE-35 ad markers from the output. PASSTHROUGH copies SCTE-35 ad markers from the source content to the output. SCTE35_ENHANCED generates ad markers and blackout tags in the output, based on SCTE-35 messages in the source content.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsManifestProperty.Builder includeIframeOnlyStream(Boolean includeIframeOnlyStream)
includeIframeOnlyStream - Applies to stream sets with a single video track only.
When enabled, the output includes an additional I-frame only stream, along with the other tracks.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsManifestProperty.Builder includeIframeOnlyStream(IResolvable includeIframeOnlyStream)
includeIframeOnlyStream - Applies to stream sets with a single video track only.
When enabled, the output includes an additional I-frame only stream, along with the other tracks.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsManifestProperty.Builder manifestName(String manifestName)
CfnPackagingConfiguration.HlsManifestProperty.getManifestName()manifestName - A short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsManifestProperty.Builder programDateTimeIntervalSeconds(Number programDateTimeIntervalSeconds)
programDateTimeIntervalSeconds - Inserts `EXT-X-PROGRAM-DATE-TIME` tags in the output manifest at the interval that you specify.
Additionally, ID3Timed metadata messages are generated every 5 seconds starting when the content was ingested.
Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.
Omit this attribute or enter 0 to indicate that the EXT-X-PROGRAM-DATE-TIME tags are not included in the manifest.
this@Stability(value=Stable) public CfnPackagingConfiguration.HlsManifestProperty.Builder repeatExtXKey(Boolean repeatExtXKey)
CfnPackagingConfiguration.HlsManifestProperty.getRepeatExtXKey()repeatExtXKey - Repeat the `EXT-X-KEY` directive for every media segment.
This might result in an increase in client requests to the DRM server.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsManifestProperty.Builder repeatExtXKey(IResolvable repeatExtXKey)
CfnPackagingConfiguration.HlsManifestProperty.getRepeatExtXKey()repeatExtXKey - Repeat the `EXT-X-KEY` directive for every media segment.
This might result in an increase in client requests to the DRM server.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsManifestProperty.Builder streamSelection(CfnPackagingConfiguration.StreamSelectionProperty streamSelection)
CfnPackagingConfiguration.HlsManifestProperty.getStreamSelection()streamSelection - Video bitrate limitations for outputs from this packaging configuration.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsManifestProperty.Builder streamSelection(IResolvable streamSelection)
CfnPackagingConfiguration.HlsManifestProperty.getStreamSelection()streamSelection - Video bitrate limitations for outputs from this packaging configuration.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsManifestProperty build()
build in interface software.amazon.jsii.Builder<CfnPackagingConfiguration.HlsManifestProperty>CfnPackagingConfiguration.HlsManifestPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.