Class: Aws::Types::VideoProperties

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)


2630
2631
2632
# File 'sig/types.rbs', line 2630

def bit_depth
  @bit_depth
end

#bit_rate::Integer

Returns the value of attribute bit_rate.

Returns:

  • (::Integer)


2631
2632
2633
# File 'sig/types.rbs', line 2631

def bit_rate
  @bit_rate
end

#codec_metadataTypes::CodecMetadata

Returns the value of attribute codec_metadata.



2632
2633
2634
# File 'sig/types.rbs', line 2632

def 
  @codec_metadata
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")


2633
2634
2635
# File 'sig/types.rbs', line 2633

def color_primaries
  @color_primaries
end

#display_aspect_ratioTypes::AspectRatio

Returns the value of attribute display_aspect_ratio.

Returns:



2634
2635
2636
# File 'sig/types.rbs', line 2634

def display_aspect_ratio
  @display_aspect_ratio
end

#frame_rateTypes::FrameRate

Returns the value of attribute frame_rate.

Returns:



2635
2636
2637
# File 'sig/types.rbs', line 2635

def frame_rate
  @frame_rate
end

#hdr_metadataTypes::HdrMetadata

Returns the value of attribute hdr_metadata.

Returns:



2636
2637
2638
# File 'sig/types.rbs', line 2636

def 
  @hdr_metadata
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


2637
2638
2639
# File 'sig/types.rbs', line 2637

def height
  @height
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")


2638
2639
2640
# File 'sig/types.rbs', line 2638

def matrix_coefficients
  @matrix_coefficients
end

#rotation::Integer

Returns the value of attribute rotation.

Returns:

  • (::Integer)


2639
2640
2641
# File 'sig/types.rbs', line 2639

def rotation
  @rotation
end

#sample_aspect_ratioTypes::AspectRatio

Returns the value of attribute sample_aspect_ratio.

Returns:



2640
2641
2642
# File 'sig/types.rbs', line 2640

def sample_aspect_ratio
  @sample_aspect_ratio
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")


2641
2642
2643
# File 'sig/types.rbs', line 2641

def transfer_characteristics
  @transfer_characteristics
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


2642
2643
2644
# File 'sig/types.rbs', line 2642

def width
  @width
end