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: