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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6518
6519
6520
6521
6522
6523
# File 'lib/aws-sdk-mediaconvert/types.rb', line 6518

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)


6518
6519
6520
6521
6522
6523
# File 'lib/aws-sdk-mediaconvert/types.rb', line 6518

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