Interface CfnPackagingConfiguration.MssManifestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPackagingConfiguration.MssManifestProperty.Jsii$Proxy
- Enclosing class:
CfnPackagingConfiguration
@Stability(Stable)
public static interface CfnPackagingConfiguration.MssManifestProperty
extends software.amazon.jsii.JsiiSerializable
Parameters for a Microsoft Smooth manifest.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPackagingConfiguration.MssManifestProperty
static final class
An implementation forCfnPackagingConfiguration.MssManifestProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getManifestName
A short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration. -
getStreamSelection
Video bitrate limitations for outputs from this packaging configuration. -
builder
-