@Stability(value=Stable) public static final class CfnPackagingConfiguration.CmafPackageProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPackagingConfiguration.CmafPackageProperty>
CfnPackagingConfiguration.CmafPackageProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnPackagingConfiguration.CmafPackageProperty.Builder hlsManifests(IResolvable hlsManifests)
CfnPackagingConfiguration.CmafPackageProperty.getHlsManifests()hlsManifests - A list of HLS manifest configurations that are available from this endpoint. This parameter is required.this@Stability(value=Stable) public CfnPackagingConfiguration.CmafPackageProperty.Builder hlsManifests(List<? extends Object> hlsManifests)
CfnPackagingConfiguration.CmafPackageProperty.getHlsManifests()hlsManifests - A list of HLS manifest configurations that are available from this endpoint. This parameter is required.this@Stability(value=Stable) public CfnPackagingConfiguration.CmafPackageProperty.Builder encryption(CfnPackagingConfiguration.CmafEncryptionProperty encryption)
CfnPackagingConfiguration.CmafPackageProperty.getEncryption()encryption - Parameters for encrypting content.this@Stability(value=Stable) public CfnPackagingConfiguration.CmafPackageProperty.Builder encryption(IResolvable encryption)
CfnPackagingConfiguration.CmafPackageProperty.getEncryption()encryption - Parameters for encrypting content.this@Stability(value=Stable) public CfnPackagingConfiguration.CmafPackageProperty.Builder includeEncoderConfigurationInSegments(Boolean includeEncoderConfigurationInSegments)
CfnPackagingConfiguration.CmafPackageProperty.getIncludeEncoderConfigurationInSegments()includeEncoderConfigurationInSegments - When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment.
This lets you use different SPS/PPS/VPS settings for your assets during content playback.this@Stability(value=Stable) public CfnPackagingConfiguration.CmafPackageProperty.Builder includeEncoderConfigurationInSegments(IResolvable includeEncoderConfigurationInSegments)
CfnPackagingConfiguration.CmafPackageProperty.getIncludeEncoderConfigurationInSegments()includeEncoderConfigurationInSegments - When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment.
This lets you use different SPS/PPS/VPS settings for your assets during content playback.this@Stability(value=Stable) public CfnPackagingConfiguration.CmafPackageProperty.Builder segmentDurationSeconds(Number segmentDurationSeconds)
segmentDurationSeconds - Duration (in seconds) of each segment.
Actual segments are rounded to the nearest multiple of the source fragment duration.this@Stability(value=Stable) public CfnPackagingConfiguration.CmafPackageProperty build()
build in interface software.amazon.jsii.Builder<CfnPackagingConfiguration.CmafPackageProperty>CfnPackagingConfiguration.CmafPackagePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.