| 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.MediaLive.Types.Hdr10Settings
Description
Synopsis
Documentation
data Hdr10Settings Source #
Hdr10 Settings
See: newHdr10Settings smart constructor.
Constructors
| Hdr10Settings' | |
Fields
| |
Instances
newHdr10Settings :: Hdr10Settings Source #
Create a value of Hdr10Settings 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:maxCll:Hdr10Settings', hdr10Settings_maxCll - Maximum Content Light Level An integer metadata value defining the
maximum light level, in nits, of any single pixel within an encoded HDR
video stream or file.
$sel:maxFall:Hdr10Settings', hdr10Settings_maxFall - Maximum Frame Average Light Level An integer metadata value defining the
maximum average light level, in nits, for any single frame within an
encoded HDR video stream or file.
hdr10Settings_maxCll :: Lens' Hdr10Settings (Maybe Natural) Source #
Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any single pixel within an encoded HDR video stream or file.
hdr10Settings_maxFall :: Lens' Hdr10Settings (Maybe Natural) Source #
Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in nits, for any single frame within an encoded HDR video stream or file.