amazonka-medialive-2.0: Amazon Elemental MediaLive SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaLive.Types.FecOutputSettings

Description

 
Synopsis

Documentation

data FecOutputSettings Source #

Fec Output Settings

See: newFecOutputSettings smart constructor.

Constructors

FecOutputSettings' 

Fields

  • columnDepth :: Maybe Natural

    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.

  • includeFec :: Maybe FecOutputIncludeFec

    Enables column only or column and row based FEC

  • rowLength :: Maybe Natural

    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.

Instances

Instances details
FromJSON FecOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FecOutputSettings

ToJSON FecOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FecOutputSettings

Generic FecOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FecOutputSettings

Associated Types

type Rep FecOutputSettings :: Type -> Type #

Read FecOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FecOutputSettings

Show FecOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FecOutputSettings

NFData FecOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FecOutputSettings

Methods

rnf :: FecOutputSettings -> () #

Eq FecOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FecOutputSettings

Hashable FecOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FecOutputSettings

type Rep FecOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FecOutputSettings

type Rep FecOutputSettings = D1 ('MetaData "FecOutputSettings" "Amazonka.MediaLive.Types.FecOutputSettings" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "FecOutputSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnDepth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "includeFec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FecOutputIncludeFec)) :*: S1 ('MetaSel ('Just "rowLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newFecOutputSettings :: FecOutputSettings Source #

Create a value of FecOutputSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:columnDepth:FecOutputSettings', fecOutputSettings_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.

$sel:includeFec:FecOutputSettings', fecOutputSettings_includeFec - Enables column only or column and row based FEC

$sel:rowLength:FecOutputSettings', fecOutputSettings_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.

fecOutputSettings_columnDepth :: Lens' FecOutputSettings (Maybe Natural) Source #

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.

fecOutputSettings_includeFec :: Lens' FecOutputSettings (Maybe FecOutputIncludeFec) Source #

Enables column only or column and row based FEC

fecOutputSettings_rowLength :: Lens' FecOutputSettings (Maybe Natural) Source #

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.