/AWS1/CL_MDLFECOUTPUTSETTINGS¶
Fec Output Settings
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_columndepth TYPE /AWS1/MDL__INTEGERMIN4MAX20 /AWS1/MDL__INTEGERMIN4MAX20¶
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.
iv_includefec TYPE /AWS1/MDLFECOUTPUTINCLUDEFEC /AWS1/MDLFECOUTPUTINCLUDEFEC¶
Enables column only or column and row based FEC
iv_rowlength TYPE /AWS1/MDL__INTEGERMIN1MAX20 /AWS1/MDL__INTEGERMIN1MAX20¶
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.
Queryable Attributes¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNDEPTH() |
Getter for COLUMNDEPTH, with configurable default |
ASK_COLUMNDEPTH() |
Getter for COLUMNDEPTH w/ exceptions if field has no value |
HAS_COLUMNDEPTH() |
Determine if COLUMNDEPTH has a value |
IncludeFec¶
Enables column only or column and row based FEC
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCLUDEFEC() |
Getter for INCLUDEFEC, with configurable default |
ASK_INCLUDEFEC() |
Getter for INCLUDEFEC w/ exceptions if field has no value |
HAS_INCLUDEFEC() |
Determine if INCLUDEFEC has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROWLENGTH() |
Getter for ROWLENGTH, with configurable default |
ASK_ROWLENGTH() |
Getter for ROWLENGTH w/ exceptions if field has no value |
HAS_ROWLENGTH() |
Determine if ROWLENGTH has a value |