class Aws::MediaConvert::Types::DolbyVisionLevel6Metadata

Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.

@note When making an API call, you may pass DolbyVisionLevel6Metadata

data as a hash:

    {
      max_cll: 1,
      max_fall: 1,
    }

@!attribute [rw] max_cll

Maximum Content Light Level. Static HDR metadata that corresponds to
the brightest pixel in the entire stream. Measured in nits.
@return [Integer]

@!attribute [rw] max_fall

Maximum Frame-Average Light Level. Static HDR metadata that
corresponds to the highest frame-average brightness in the entire
stream. Measured in nits.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DolbyVisionLevel6Metadata AWS API Documentation

Constants

SENSITIVE