Class CfnChannelPropsMixin.FecOutputSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.FecOutputSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.FecOutputSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.FecOutputSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.FecOutputSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.FecOutputSettingsProperty
An implementation for
CfnChannelPropsMixin.FecOutputSettingsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.FecOutputSettingsProperty
CfnChannelPropsMixin.FecOutputSettingsProperty.Builder, CfnChannelPropsMixin.FecOutputSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.FecOutputSettingsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.FecOutputSettingsProperty.Builder.
-
-
Method Details
-
getColumnDepth
Description copied from interface:CfnChannelPropsMixin.FecOutputSettingsPropertyThe parameter D from SMPTE 2022-1.The height of the FEC protection matrix. The number of transport stream packets per column error correction packet. The number must be between 4 and 20, inclusive.
- Specified by:
getColumnDepthin interfaceCfnChannelPropsMixin.FecOutputSettingsProperty- See Also:
-
getIncludeFec
Description copied from interface:CfnChannelPropsMixin.FecOutputSettingsPropertyEnables column only or column and row-based FEC.- Specified by:
getIncludeFecin interfaceCfnChannelPropsMixin.FecOutputSettingsProperty- See Also:
-
getRowLength
Description copied from interface:CfnChannelPropsMixin.FecOutputSettingsPropertyThe parameter L from SMPTE 2022-1.The width of the FEC protection matrix. Must be between 1 and 20, inclusive. If only Column FEC is used, then larger values increase robustness. If Row FEC is used, then this is the number of transport stream packets per row error correction packet, and the value must be between 4 and 20, inclusive, if includeFec is columnAndRow. If includeFec is column, this value must be 1 to 20, inclusive.
- Specified by:
getRowLengthin interfaceCfnChannelPropsMixin.FecOutputSettingsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-