public static interface CfnChannel.MsSmoothOutputSettingsProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.MsSmoothOutputSettingsProperty.Builder
A builder for
CfnChannel.MsSmoothOutputSettingsProperty |
static class |
CfnChannel.MsSmoothOutputSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.MsSmoothOutputSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.MsSmoothOutputSettingsProperty.Builder |
builder() |
default java.lang.String |
getH265PackagingType()
Only applicable when this output is referencing an H.265 video description.
|
default java.lang.String |
getNameModifier()
A string that is concatenated to the end of the destination file name.
|
default java.lang.String getH265PackagingType()
default java.lang.String getNameModifier()
This is required for multiple outputs of the same type.
static CfnChannel.MsSmoothOutputSettingsProperty.Builder builder()