libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.FecOutputSettings

Description

 
Synopsis

Documentation

data FecOutputSettings Source #

Fec Output Settings

See: newFecOutputSettings smart constructor.

Constructors

FecOutputSettings' 

Fields

  • 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.

  • includeFec :: Maybe FecOutputIncludeFec

    Enables column only or column and row based FEC

  • 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.

Instances

Instances details
Eq FecOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FecOutputSettings

Read FecOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FecOutputSettings

Show 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 #

NFData FecOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FecOutputSettings

Methods

rnf :: FecOutputSettings -> () #

Hashable FecOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FecOutputSettings

ToJSON FecOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FecOutputSettings

FromJSON 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" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "FecOutputSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rowLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "includeFec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FecOutputIncludeFec)) :*: S1 ('MetaSel ('Just "columnDepth") '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: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.

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

$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.

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.

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

Enables column only or column and row based FEC

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.