Class: Aws::Types::CodecMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bit_depth::Integer

Returns the value of attribute bit_depth.

Returns:

  • (::Integer)


469
470
471
# File 'sig/types.rbs', line 469

def bit_depth
  @bit_depth
end

#chroma_subsampling::String

Returns the value of attribute chroma_subsampling.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def chroma_subsampling
  @chroma_subsampling
end

#coded_frame_rateTypes::FrameRate

Returns the value of attribute coded_frame_rate.

Returns:



471
472
473
# File 'sig/types.rbs', line 471

def coded_frame_rate
  @coded_frame_rate
end

#color_primaries"ITU_709", ...

Returns the value of attribute color_primaries.

Returns:

  • ("ITU_709", "UNSPECIFIED", "RESERVED", "ITU_470M", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "GENERIC_FILM", "ITU_2020", "SMPTE_428_1", "SMPTE_431_2", "SMPTE_EG_432_1", "IPT", "SMPTE_2067XYZ", "EBU_3213_E", "LAST")


472
473
474
# File 'sig/types.rbs', line 472

def color_primaries
  @color_primaries
end

#content_light_levelTypes::ContentLightLevel

Returns the value of attribute content_light_level.



473
474
475
# File 'sig/types.rbs', line 473

def content_light_level
  @content_light_level
end

#field_order::String

Returns the value of attribute field_order.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def field_order
  @field_order
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


475
476
477
# File 'sig/types.rbs', line 475

def height
  @height
end

#level::String

Returns the value of attribute level.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def level
  @level
end

#matrix_coefficients"RGB", ...

Returns the value of attribute matrix_coefficients.

Returns:

  • ("RGB", "ITU_709", "UNSPECIFIED", "RESERVED", "FCC", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "YCgCo", "ITU_2020_NCL", "ITU_2020_CL", "SMPTE_2085", "CD_NCL", "CD_CL", "ITU_2100ICtCp", "IPT", "EBU3213", "LAST")


477
478
479
# File 'sig/types.rbs', line 477

def matrix_coefficients
  @matrix_coefficients
end

#profile::String

Returns the value of attribute profile.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def profile
  @profile
end

#rotation::Integer

Returns the value of attribute rotation.

Returns:

  • (::Integer)


479
480
481
# File 'sig/types.rbs', line 479

def rotation
  @rotation
end

#scan_type::String

Returns the value of attribute scan_type.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def scan_type
  @scan_type
end

#transfer_characteristics"ITU_709", ...

Returns the value of attribute transfer_characteristics.

Returns:

  • ("ITU_709", "UNSPECIFIED", "RESERVED", "ITU_470M", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "LINEAR", "LOG10_2", "LOC10_2_5", "IEC_61966_2_4", "ITU_1361", "IEC_61966_2_1", "ITU_2020_10bit", "ITU_2020_12bit", "SMPTE_2084", "SMPTE_428_1", "ARIB_B67", "LAST")


481
482
483
# File 'sig/types.rbs', line 481

def transfer_characteristics
  @transfer_characteristics
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


482
483
484
# File 'sig/types.rbs', line 482

def width
  @width
end