You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Hdr10Settings as input to an Aws::Client method, you can use a vanilla Hash:

{
  max_cll: 1,
  max_fall: 1,
}

Hdr10 Settings

Returned by:

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)

    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.

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

    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.