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)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def blue_primary_x
  @blue_primary_x
end

#blue_primary_y::Integer

Returns the value of attribute blue_primary_y.

Returns:

  • (::Integer)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def blue_primary_y
  @blue_primary_y
end

#green_primary_x::Integer

Returns the value of attribute green_primary_x.

Returns:

  • (::Integer)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def green_primary_x
  @green_primary_x
end

#green_primary_y::Integer

Returns the value of attribute green_primary_y.

Returns:

  • (::Integer)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def green_primary_y
  @green_primary_y
end

#max_content_light_level::Integer

Returns the value of attribute max_content_light_level.

Returns:

  • (::Integer)


1202
1203
1204
# File 'sig/types.rbs', line 1202

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)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def max_frame_average_light_level
  @max_frame_average_light_level
end

#max_luminance::Integer

Returns the value of attribute max_luminance.

Returns:

  • (::Integer)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def max_luminance
  @max_luminance
end

#min_luminance::Integer

Returns the value of attribute min_luminance.

Returns:

  • (::Integer)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def min_luminance
  @min_luminance
end

#red_primary_x::Integer

Returns the value of attribute red_primary_x.

Returns:

  • (::Integer)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def red_primary_x
  @red_primary_x
end

#red_primary_y::Integer

Returns the value of attribute red_primary_y.

Returns:

  • (::Integer)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def red_primary_y
  @red_primary_y
end

#white_point_x::Integer

Returns the value of attribute white_point_x.

Returns:

  • (::Integer)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def white_point_x
  @white_point_x
end

#white_point_y::Integer

Returns the value of attribute white_point_y.

Returns:

  • (::Integer)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def white_point_y
  @white_point_y
end