Class: Aws::MediaLive::Types::Hdr10Settings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Note:

When making an API call, you may pass Hdr10Settings data as a hash:

{
  max_cll: 1,
  max_fall: 1,
}

Hdr10 Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_cllInteger

Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any single pixel within an encoded HDR video stream or file.

Returns:

  • (Integer)


8538
8539
8540
8541
8542
8543
# File 'lib/aws-sdk-medialive/types.rb', line 8538

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

#max_fallInteger

Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in nits, for any single frame within an encoded HDR video stream or file.

Returns:

  • (Integer)


8538
8539
8540
8541
8542
8543
# File 'lib/aws-sdk-medialive/types.rb', line 8538

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