Interface FecOutputSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FecOutputSettings.Builder,FecOutputSettings>,SdkBuilder<FecOutputSettings.Builder,FecOutputSettings>,SdkPojo
- Enclosing class:
- FecOutputSettings
public static interface FecOutputSettings.Builder extends SdkPojo, CopyableBuilder<FecOutputSettings.Builder,FecOutputSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FecOutputSettings.BuildercolumnDepth(Integer columnDepth)Parameter D from SMPTE 2022-1.FecOutputSettings.BuilderincludeFec(String includeFec)Enables column only or column and row based FECFecOutputSettings.BuilderincludeFec(FecOutputIncludeFec includeFec)Enables column only or column and row based FECFecOutputSettings.BuilderrowLength(Integer rowLength)Parameter L from SMPTE 2022-1.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
columnDepth
FecOutputSettings.Builder columnDepth(Integer columnDepth)
Parameter D from SMPTE 2022-1. The height of the FEC protection matrix. The number of transport stream packets per column error correction packet. Must be between 4 and 20, inclusive.- Parameters:
columnDepth- Parameter D from SMPTE 2022-1. The height of the FEC protection matrix. The number of transport stream packets per column error correction packet. Must be between 4 and 20, inclusive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeFec
FecOutputSettings.Builder includeFec(String includeFec)
Enables column only or column and row based FEC- Parameters:
includeFec- Enables column only or column and row based FEC- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FecOutputIncludeFec,FecOutputIncludeFec
-
includeFec
FecOutputSettings.Builder includeFec(FecOutputIncludeFec includeFec)
Enables column only or column and row based FEC- Parameters:
includeFec- Enables column only or column and row based FEC- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FecOutputIncludeFec,FecOutputIncludeFec
-
rowLength
FecOutputSettings.Builder rowLength(Integer rowLength)
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.- Parameters:
rowLength- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-