| 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.DolbyVisionLevel6Metadata
Description
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.
Constructors
| DolbyVisionLevel6Metadata' | |
Fields
| |
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:maxCll:DolbyVisionLevel6Metadata', dolbyVisionLevel6Metadata_maxCll - Maximum Content Light Level. Static HDR metadata that corresponds to the
brightest pixel in the entire stream. Measured in nits.
$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.
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.
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.