Class: Aws::MediaConvert::Types::DolbyVisionLevel6Metadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::DolbyVisionLevel6Metadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_cll ⇒ Integer
Maximum Content Light Level.
-
#max_fall ⇒ Integer
Maximum Frame-Average Light Level.
Instance Attribute Details
#max_cll ⇒ Integer
Maximum Content Light Level. Static HDR metadata that corresponds to the brightest pixel in the entire stream. Measured in nits.
3923 3924 3925 3926 3927 3928 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3923 class DolbyVisionLevel6Metadata < Struct.new( :max_cll, :max_fall) SENSITIVE = [] include Aws::Structure end |
#max_fall ⇒ Integer
Maximum Frame-Average Light Level. Static HDR metadata that corresponds to the highest frame-average brightness in the entire stream. Measured in nits.
3923 3924 3925 3926 3927 3928 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3923 class DolbyVisionLevel6Metadata < Struct.new( :max_cll, :max_fall) SENSITIVE = [] include Aws::Structure end |