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
data DolbyVisionLevel6Metadata Source #
Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.
See: newDolbyVisionLevel6Metadata
smart constructor.
DolbyVisionLevel6Metadata' | |
|
Instances
newDolbyVisionLevel6Metadata :: DolbyVisionLevel6Metadata Source #
Create a value of DolbyVisionLevel6Metadata
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:maxFall:DolbyVisionLevel6Metadata'
, dolbyVisionLevel6Metadata_maxFall
- Maximum Frame-Average Light Level. Static HDR metadata that corresponds
to the highest frame-average brightness in the entire stream. Measured
in nits.
$sel:maxCll:DolbyVisionLevel6Metadata'
, dolbyVisionLevel6Metadata_maxCll
- Maximum Content Light Level. Static HDR metadata that corresponds to the
brightest pixel in the entire stream. Measured in nits.
dolbyVisionLevel6Metadata_maxFall :: Lens' DolbyVisionLevel6Metadata (Maybe Natural) Source #
Maximum Frame-Average Light Level. Static HDR metadata that corresponds to the highest frame-average brightness in the entire stream. Measured in nits.
dolbyVisionLevel6Metadata_maxCll :: Lens' DolbyVisionLevel6Metadata (Maybe Natural) Source #
Maximum Content Light Level. Static HDR metadata that corresponds to the brightest pixel in the entire stream. Measured in nits.