@Stability(value=Stable)
public static interface CfnPackagingConfiguration.HlsPackageProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediapackage.*;
HlsPackageProperty hlsPackageProperty = HlsPackageProperty.builder()
.hlsManifests(List.of(HlsManifestProperty.builder()
.adMarkers("adMarkers")
.includeIframeOnlyStream(false)
.manifestName("manifestName")
.programDateTimeIntervalSeconds(123)
.repeatExtXKey(false)
.streamSelection(StreamSelectionProperty.builder()
.maxVideoBitsPerSecond(123)
.minVideoBitsPerSecond(123)
.streamOrder("streamOrder")
.build())
.build()))
// the properties below are optional
.encryption(HlsEncryptionProperty.builder()
.spekeKeyProvider(SpekeKeyProviderProperty.builder()
.roleArn("roleArn")
.systemIds(List.of("systemIds"))
.url("url")
.build())
// the properties below are optional
.constantInitializationVector("constantInitializationVector")
.encryptionMethod("encryptionMethod")
.build())
.segmentDurationSeconds(123)
.useAudioRenditionGroup(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPackagingConfiguration.HlsPackageProperty.Builder
A builder for
CfnPackagingConfiguration.HlsPackageProperty |
static class |
CfnPackagingConfiguration.HlsPackageProperty.Jsii$Proxy
An implementation for
CfnPackagingConfiguration.HlsPackageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPackagingConfiguration.HlsPackageProperty.Builder |
builder() |
default Object |
getEncryption()
`CfnPackagingConfiguration.HlsPackageProperty.Encryption`.
|
Object |
getHlsManifests()
`CfnPackagingConfiguration.HlsPackageProperty.HlsManifests`.
|
default Number |
getSegmentDurationSeconds()
`CfnPackagingConfiguration.HlsPackageProperty.SegmentDurationSeconds`.
|
default Object |
getUseAudioRenditionGroup()
`CfnPackagingConfiguration.HlsPackageProperty.UseAudioRenditionGroup`.
|
@Stability(value=Stable) @Nullable default Object getEncryption()
@Stability(value=Stable) @NotNull Object getHlsManifests()
@Stability(value=Stable) @Nullable default Number getSegmentDurationSeconds()
@Stability(value=Stable) @Nullable default Object getUseAudioRenditionGroup()
@Stability(value=Stable) static CfnPackagingConfiguration.HlsPackageProperty.Builder builder()
Copyright © 2021. All rights reserved.