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)


2596
2597
2598
# File 'sig/types.rbs', line 2596

def bit_depth
  @bit_depth
end

#bit_rate::Integer

Returns the value of attribute bit_rate.

Returns:

  • (::Integer)


2597
2598
2599
# File 'sig/types.rbs', line 2597

def bit_rate
  @bit_rate
end

#codec_metadataTypes::CodecMetadata

Returns the value of attribute codec_metadata.



2598
2599
2600
# File 'sig/types.rbs', line 2598

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


2599
2600
2601
# File 'sig/types.rbs', line 2599

def color_primaries
  @color_primaries
end

#frame_rateTypes::FrameRate

Returns the value of attribute frame_rate.

Returns:



2600
2601
2602
# File 'sig/types.rbs', line 2600

def frame_rate
  @frame_rate
end

#hdr_metadataTypes::HdrMetadata

Returns the value of attribute hdr_metadata.

Returns:



2601
2602
2603
# File 'sig/types.rbs', line 2601

def 
  @hdr_metadata
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


2602
2603
2604
# File 'sig/types.rbs', line 2602

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


2603
2604
2605
# File 'sig/types.rbs', line 2603

def matrix_coefficients
  @matrix_coefficients
end

#rotation::Integer

Returns the value of attribute rotation.

Returns:

  • (::Integer)


2604
2605
2606
# File 'sig/types.rbs', line 2604

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


2605
2606
2607
# File 'sig/types.rbs', line 2605

def transfer_characteristics
  @transfer_characteristics
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


2606
2607
2608
# File 'sig/types.rbs', line 2606

def width
  @width
end