Interface CfnChannel.MsSmoothOutputSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.MsSmoothOutputSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.MsSmoothOutputSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Configuration of a Microsoft Smooth output.
The parent of this entity is OutputSettings.
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.medialive.*; MsSmoothOutputSettingsProperty msSmoothOutputSettingsProperty = MsSmoothOutputSettingsProperty.builder() .h265PackagingType("h265PackagingType") .nameModifier("nameModifier") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.MsSmoothOutputSettingsProperty
static final class
An implementation forCfnChannel.MsSmoothOutputSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getH265PackagingType
Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.- See Also:
-
getNameModifier
A string that is concatenated to the end of the destination file name.This is required for multiple outputs of the same type.
- See Also:
-
builder
-