| 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 |
Amazonka.MediaConvert.Types.Hdr10Plus
Description
Documentation
Setting for HDR10+ metadata insertion
See: newHdr10Plus smart constructor.
Constructors
| Hdr10Plus' | |
Fields
| |
Instances
| FromJSON Hdr10Plus Source # | |
| ToJSON Hdr10Plus Source # | |
Defined in Amazonka.MediaConvert.Types.Hdr10Plus | |
| Generic Hdr10Plus Source # | |
| Read Hdr10Plus Source # | |
| Show Hdr10Plus Source # | |
| NFData Hdr10Plus Source # | |
Defined in Amazonka.MediaConvert.Types.Hdr10Plus | |
| Eq Hdr10Plus Source # | |
| Hashable Hdr10Plus Source # | |
Defined in Amazonka.MediaConvert.Types.Hdr10Plus | |
| type Rep Hdr10Plus Source # | |
Defined in Amazonka.MediaConvert.Types.Hdr10Plus type Rep Hdr10Plus = D1 ('MetaData "Hdr10Plus" "Amazonka.MediaConvert.Types.Hdr10Plus" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "Hdr10Plus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "masteringMonitorNits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "targetMonitorNits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) | |
newHdr10Plus :: Hdr10Plus Source #
Create a value of Hdr10Plus 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:masteringMonitorNits:Hdr10Plus', hdr10Plus_masteringMonitorNits - Specify the HDR10+ mastering display normalized peak luminance, in nits.
This is the normalized actual peak luminance of the mastering display,
as defined by ST 2094-40.
$sel:targetMonitorNits:Hdr10Plus', hdr10Plus_targetMonitorNits - Specify the HDR10+ target display nominal peak luminance, in nits. This
is the nominal maximum luminance of the target display as defined by ST
2094-40.