Interface CfnChannel.FecOutputSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.FecOutputSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.FecOutputSettingsProperty extends software.amazon.jsii.JsiiSerializable
The settings for FEC.

The parent of this entity is UdpOutputSettings.

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.*;
 FecOutputSettingsProperty fecOutputSettingsProperty = FecOutputSettingsProperty.builder()
         .columnDepth(123)
         .includeFec("includeFec")
         .rowLength(123)
         .build();
 

See Also: