Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data FecOutputSettings = FecOutputSettings' {}
- newFecOutputSettings :: FecOutputSettings
- fecOutputSettings_columnDepth :: Lens' FecOutputSettings (Maybe Natural)
- fecOutputSettings_includeFec :: Lens' FecOutputSettings (Maybe FecOutputIncludeFec)
- fecOutputSettings_rowLength :: Lens' FecOutputSettings (Maybe Natural)
Documentation
data FecOutputSettings Source #
Fec Output Settings
See: newFecOutputSettings
smart constructor.
FecOutputSettings' | |
|
Instances
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.