@Stability(value=Stable) public static final class CfnChannel.FecOutputSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.FecOutputSettingsProperty>
CfnChannel.FecOutputSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.FecOutputSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.FecOutputSettingsProperty.Builder |
columnDepth(Number columnDepth)
Sets the value of
CfnChannel.FecOutputSettingsProperty.getColumnDepth() |
CfnChannel.FecOutputSettingsProperty.Builder |
includeFec(String includeFec)
Sets the value of
CfnChannel.FecOutputSettingsProperty.getIncludeFec() |
CfnChannel.FecOutputSettingsProperty.Builder |
rowLength(Number rowLength)
Sets the value of
CfnChannel.FecOutputSettingsProperty.getRowLength() |
@Stability(value=Stable) public CfnChannel.FecOutputSettingsProperty.Builder columnDepth(Number columnDepth)
CfnChannel.FecOutputSettingsProperty.getColumnDepth()columnDepth - The 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.this@Stability(value=Stable) public CfnChannel.FecOutputSettingsProperty.Builder includeFec(String includeFec)
CfnChannel.FecOutputSettingsProperty.getIncludeFec()includeFec - Enables column only or column and row-based FEC.this@Stability(value=Stable) public CfnChannel.FecOutputSettingsProperty.Builder rowLength(Number rowLength)
CfnChannel.FecOutputSettingsProperty.getRowLength()rowLength - The 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.this@Stability(value=Stable) public CfnChannel.FecOutputSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.FecOutputSettingsProperty>CfnChannel.FecOutputSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.