Class: Aws::Types::Hdr10Metadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blue_primary_x::Integer

Returns the value of attribute blue_primary_x.

Returns:

  • (::Integer)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def blue_primary_x
  @blue_primary_x
end

#blue_primary_y::Integer

Returns the value of attribute blue_primary_y.

Returns:

  • (::Integer)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def blue_primary_y
  @blue_primary_y
end

#green_primary_x::Integer

Returns the value of attribute green_primary_x.

Returns:

  • (::Integer)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def green_primary_x
  @green_primary_x
end

#green_primary_y::Integer

Returns the value of attribute green_primary_y.

Returns:

  • (::Integer)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def green_primary_y
  @green_primary_y
end

#max_content_light_level::Integer

Returns the value of attribute max_content_light_level.

Returns:

  • (::Integer)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def max_content_light_level
  @max_content_light_level
end

#max_frame_average_light_level::Integer

Returns the value of attribute max_frame_average_light_level.

Returns:

  • (::Integer)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def max_frame_average_light_level
  @max_frame_average_light_level
end

#max_luminance::Integer

Returns the value of attribute max_luminance.

Returns:

  • (::Integer)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def max_luminance
  @max_luminance
end

#min_luminance::Integer

Returns the value of attribute min_luminance.

Returns:

  • (::Integer)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def min_luminance
  @min_luminance
end

#red_primary_x::Integer

Returns the value of attribute red_primary_x.

Returns:

  • (::Integer)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def red_primary_x
  @red_primary_x
end

#red_primary_y::Integer

Returns the value of attribute red_primary_y.

Returns:

  • (::Integer)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def red_primary_y
  @red_primary_y
end

#white_point_x::Integer

Returns the value of attribute white_point_x.

Returns:

  • (::Integer)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def white_point_x
  @white_point_x
end

#white_point_y::Integer

Returns the value of attribute white_point_y.

Returns:

  • (::Integer)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def white_point_y
  @white_point_y
end