Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
Setting for HDR10+ metadata insertion
See: newHdr10Plus
smart constructor.
Hdr10Plus' | |
|
Instances
Eq Hdr10Plus Source # | |
Read Hdr10Plus Source # | |
Show Hdr10Plus Source # | |
Generic Hdr10Plus Source # | |
NFData Hdr10Plus Source # | |
Defined in Amazonka.MediaConvert.Types.Hdr10Plus | |
Hashable Hdr10Plus Source # | |
Defined in Amazonka.MediaConvert.Types.Hdr10Plus | |
ToJSON Hdr10Plus Source # | |
Defined in Amazonka.MediaConvert.Types.Hdr10Plus | |
FromJSON Hdr10Plus Source # | |
type Rep Hdr10Plus Source # | |
Defined in Amazonka.MediaConvert.Types.Hdr10Plus type Rep Hdr10Plus = D1 ('MetaData "Hdr10Plus" "Amazonka.MediaConvert.Types.Hdr10Plus" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" '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.