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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/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

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)


3818
3819
3820
3821
3822
3823
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3818

class DolbyVisionLevel6Metadata < Struct.new(
  :max_cll,
  :max_fall)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3818
3819
3820
3821
3822
3823
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3818

class DolbyVisionLevel6Metadata < Struct.new(
  :max_cll,
  :max_fall)
  SENSITIVE = []
  include Aws::Structure
end