@Stability(value=Stable) public static final class CfnPackagingConfiguration.DashManifestProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPackagingConfiguration.DashManifestProperty>
CfnPackagingConfiguration.DashManifestProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnPackagingConfiguration.DashManifestProperty.Builder manifestLayout(String manifestLayout)
CfnPackagingConfiguration.DashManifestProperty.getManifestLayout()manifestLayout - Determines the position of some tags in the Media Presentation Description (MPD).
When set to FULL , elements like SegmentTemplate and ContentProtection are included in each Representation . When set to COMPACT , duplicate elements are combined and presented at the AdaptationSet level.this@Stability(value=Stable) public CfnPackagingConfiguration.DashManifestProperty.Builder manifestName(String manifestName)
CfnPackagingConfiguration.DashManifestProperty.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.DashManifestProperty.Builder minBufferTimeSeconds(Number minBufferTimeSeconds)
CfnPackagingConfiguration.DashManifestProperty.getMinBufferTimeSeconds()minBufferTimeSeconds - Minimum amount of content (measured in seconds) that a player must keep available in the buffer.this@Stability(value=Stable) public CfnPackagingConfiguration.DashManifestProperty.Builder profile(String profile)
CfnPackagingConfiguration.DashManifestProperty.getProfile()profile - The DASH profile type.
When set to HBBTV_1_5 , the content is compliant with HbbTV 1.5.this@Stability(value=Stable) public CfnPackagingConfiguration.DashManifestProperty.Builder scteMarkersSource(String scteMarkersSource)
CfnPackagingConfiguration.DashManifestProperty.getScteMarkersSource()scteMarkersSource - The source of scte markers used.
When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content. The MANIFEST value is compatible with source HLS playlists using the SCTE-35 Enhanced syntax (#EXT-OATCLS-SCTE35 tags). SCTE-35 Elemental and SCTE-35 Daterange syntaxes are not supported with this option.this@Stability(value=Stable) public CfnPackagingConfiguration.DashManifestProperty.Builder streamSelection(CfnPackagingConfiguration.StreamSelectionProperty streamSelection)
CfnPackagingConfiguration.DashManifestProperty.getStreamSelection()streamSelection - Limitations for outputs from the endpoint, based on the video bitrate.this@Stability(value=Stable) public CfnPackagingConfiguration.DashManifestProperty.Builder streamSelection(IResolvable streamSelection)
CfnPackagingConfiguration.DashManifestProperty.getStreamSelection()streamSelection - Limitations for outputs from the endpoint, based on the video bitrate.this@Stability(value=Stable) public CfnPackagingConfiguration.DashManifestProperty build()
build in interface software.amazon.jsii.Builder<CfnPackagingConfiguration.DashManifestProperty>CfnPackagingConfiguration.DashManifestPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.