@Stability(value=Stable)
public static interface CfnChannel.MsSmoothOutputSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getH265PackagingType()
Only applicable when this output is referencing an H.265 video description.
|
default String |
getNameModifier()
A string that is concatenated to the end of the destination file name.
|
@Stability(value=Stable) @Nullable default String getH265PackagingType()
@Stability(value=Stable) @Nullable default String getNameModifier()
This is required for multiple outputs of the same type.
@Stability(value=Stable) static CfnChannel.MsSmoothOutputSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.