class Aws::MediaLive::Types::FecOutputSettings
Fec Output
Settings
@note When making an API call, you may pass FecOutputSettings
data as a hash: { column_depth: 1, include_fec: "COLUMN", # accepts COLUMN, COLUMN_AND_ROW row_length: 1, }
@!attribute [rw] column_depth
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. @return [Integer]
@!attribute [rw] include_fec
Enables column only or column and row based FEC @return [String]
@!attribute [rw] row_length
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. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FecOutputSettings AWS API Documentation
Constants
- SENSITIVE