Class: Aws::Types::VideoProperties
- Inherits:
-
Object
- Object
- Aws::Types::VideoProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bit_depth ⇒ ::Integer
Returns the value of attribute bit_depth.
-
#bit_rate ⇒ ::Integer
Returns the value of attribute bit_rate.
-
#codec_metadata ⇒ Types::CodecMetadata
Returns the value of attribute codec_metadata.
-
#color_primaries ⇒ "ITU_709", ...
Returns the value of attribute color_primaries.
-
#frame_rate ⇒ Types::FrameRate
Returns the value of attribute frame_rate.
-
#hdr_metadata ⇒ Types::HdrMetadata
Returns the value of attribute hdr_metadata.
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#matrix_coefficients ⇒ "RGB", ...
Returns the value of attribute matrix_coefficients.
-
#rotation ⇒ ::Integer
Returns the value of attribute rotation.
-
#transfer_characteristics ⇒ "ITU_709", ...
Returns the value of attribute transfer_characteristics.
-
#width ⇒ ::Integer
Returns the value of attribute width.
Instance Attribute Details
#bit_depth ⇒ ::Integer
Returns the value of attribute bit_depth.
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.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def bit_rate @bit_rate end |
#codec_metadata ⇒ Types::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.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def color_primaries @color_primaries end |
#frame_rate ⇒ Types::FrameRate
Returns the value of attribute frame_rate.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def frame_rate @frame_rate end |
#hdr_metadata ⇒ Types::HdrMetadata
Returns the value of attribute hdr_metadata.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def @hdr_metadata end |
#height ⇒ ::Integer
Returns the value of attribute height.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def height @height end |
#matrix_coefficients ⇒ "RGB", ...
Returns the value of attribute matrix_coefficients.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def matrix_coefficients @matrix_coefficients end |
#rotation ⇒ ::Integer
Returns the value of attribute rotation.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def rotation @rotation end |
#transfer_characteristics ⇒ "ITU_709", ...
Returns the value of attribute transfer_characteristics.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def transfer_characteristics @transfer_characteristics end |
#width ⇒ ::Integer
Returns the value of attribute width.
2606 2607 2608 |
# File 'sig/types.rbs', line 2606 def width @width end |