@Stability(value=Stable)
public static interface CfnPackagingConfiguration.MssManifestProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// 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.*;
MssManifestProperty mssManifestProperty = MssManifestProperty.builder()
.manifestName("manifestName")
.streamSelection(StreamSelectionProperty.builder()
.maxVideoBitsPerSecond(123)
.minVideoBitsPerSecond(123)
.streamOrder("streamOrder")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPackagingConfiguration.MssManifestProperty.Builder
A builder for
CfnPackagingConfiguration.MssManifestProperty |
static class |
CfnPackagingConfiguration.MssManifestProperty.Jsii$Proxy
An implementation for
CfnPackagingConfiguration.MssManifestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPackagingConfiguration.MssManifestProperty.Builder |
builder() |
default String |
getManifestName()
A short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration.
|
default Object |
getStreamSelection()
Video bitrate limitations for outputs from this packaging configuration.
|
@Stability(value=Stable) @Nullable default String getManifestName()
@Stability(value=Stable) @Nullable default Object getStreamSelection()
@Stability(value=Stable) static CfnPackagingConfiguration.MssManifestProperty.Builder builder()
Copyright © 2022. All rights reserved.