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.
-
#display_aspect_ratio ⇒ Types::AspectRatio
Returns the value of attribute display_aspect_ratio.
-
#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.
-
#sample_aspect_ratio ⇒ Types::AspectRatio
Returns the value of attribute sample_aspect_ratio.
-
#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.
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.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def bit_rate @bit_rate end |
#codec_metadata ⇒ Types::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.
2633 2634 2635 |
# File 'sig/types.rbs', line 2633 def color_primaries @color_primaries end |
#display_aspect_ratio ⇒ Types::AspectRatio
Returns the value of attribute display_aspect_ratio.
2634 2635 2636 |
# File 'sig/types.rbs', line 2634 def display_aspect_ratio @display_aspect_ratio end |
#frame_rate ⇒ Types::FrameRate
Returns the value of attribute frame_rate.
2635 2636 2637 |
# File 'sig/types.rbs', line 2635 def frame_rate @frame_rate end |
#hdr_metadata ⇒ Types::HdrMetadata
Returns the value of attribute hdr_metadata.
2636 2637 2638 |
# File 'sig/types.rbs', line 2636 def @hdr_metadata end |
#height ⇒ ::Integer
Returns the value of attribute height.
2637 2638 2639 |
# File 'sig/types.rbs', line 2637 def height @height end |
#matrix_coefficients ⇒ "RGB", ...
Returns the value of attribute matrix_coefficients.
2638 2639 2640 |
# File 'sig/types.rbs', line 2638 def matrix_coefficients @matrix_coefficients end |
#rotation ⇒ ::Integer
Returns the value of attribute rotation.
2639 2640 2641 |
# File 'sig/types.rbs', line 2639 def rotation @rotation end |
#sample_aspect_ratio ⇒ Types::AspectRatio
Returns the value of attribute sample_aspect_ratio.
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.
2641 2642 2643 |
# File 'sig/types.rbs', line 2641 def transfer_characteristics @transfer_characteristics end |
#width ⇒ ::Integer
Returns the value of attribute width.
2642 2643 2644 |
# File 'sig/types.rbs', line 2642 def width @width end |