You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::DolbyVisionLevel6Metadata

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DolbyVisionLevel6Metadata as input to an Aws::Client method, you can use a vanilla Hash:

{
  max_cll: 1,
  max_fall: 1,
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#max_cllInteger

Maximum Content Light Level. Static HDR metadata that corresponds to the brightest pixel in the entire stream. Measured in nits.

Returns:

  • (Integer)

    Maximum Content Light Level.

#max_fallInteger

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

Returns:

  • (Integer)

    Maximum Frame-Average Light Level.