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)


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

def bit_depth
  @bit_depth
end

#chroma_subsampling::String

Returns the value of attribute chroma_subsampling.

Returns:

  • (::String)


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

def chroma_subsampling
  @chroma_subsampling
end

#coded_frame_rateTypes::FrameRate

Returns the value of attribute coded_frame_rate.

Returns:



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

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


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

def color_primaries
  @color_primaries
end

#content_light_levelTypes::ContentLightLevel

Returns the value of attribute content_light_level.



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

def content_light_level
  @content_light_level
end

#display_aspect_ratioTypes::AspectRatio

Returns the value of attribute display_aspect_ratio.

Returns:



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

def display_aspect_ratio
  @display_aspect_ratio
end

#dolby_visionTypes::DolbyVisionMetadata

Returns the value of attribute dolby_vision.



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

def dolby_vision
  @dolby_vision
end

#field_order::String

Returns the value of attribute field_order.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def field_order
  @field_order
end

#hdr_10_plus_presence"PRESENT"

Returns the value of attribute hdr_10_plus_presence.

Returns:

  • ("PRESENT")


485
486
487
# File 'sig/types.rbs', line 485

def hdr_10_plus_presence
  @hdr_10_plus_presence
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


486
487
488
# File 'sig/types.rbs', line 486

def height
  @height
end

#level::String

Returns the value of attribute level.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

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


488
489
490
# File 'sig/types.rbs', line 488

def matrix_coefficients
  @matrix_coefficients
end

#profile::String

Returns the value of attribute profile.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def profile
  @profile
end

#rotation::Integer

Returns the value of attribute rotation.

Returns:

  • (::Integer)


490
491
492
# File 'sig/types.rbs', line 490

def rotation
  @rotation
end

#sample_aspect_ratioTypes::AspectRatio

Returns the value of attribute sample_aspect_ratio.

Returns:



491
492
493
# File 'sig/types.rbs', line 491

def sample_aspect_ratio
  @sample_aspect_ratio
end

#scan_type::String

Returns the value of attribute scan_type.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

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


493
494
495
# File 'sig/types.rbs', line 493

def transfer_characteristics
  @transfer_characteristics
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


494
495
496
# File 'sig/types.rbs', line 494

def width
  @width
end