Class: Aws::MediaConvert::Types::Hdr10Plus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb

Overview

Setting for HDR10+ metadata insertion

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mastering_monitor_nitsInteger

Specify the HDR10+ mastering display normalized peak luminance, in nits. This is the normalized actual peak luminance of the mastering display, as defined by ST 2094-40.

Returns:

  • (Integer)


6389
6390
6391
6392
6393
6394
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6389

class Hdr10Plus < Struct.new(
  :mastering_monitor_nits,
  :target_monitor_nits)
  SENSITIVE = []
  include Aws::Structure
end

#target_monitor_nitsInteger

Specify the HDR10+ target display nominal peak luminance, in nits. This is the nominal maximum luminance of the target display as defined by ST 2094-40.

Returns:

  • (Integer)


6389
6390
6391
6392
6393
6394
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6389

class Hdr10Plus < Struct.new(
  :mastering_monitor_nits,
  :target_monitor_nits)
  SENSITIVE = []
  include Aws::Structure
end