@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 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.