Class: Aws::Types::VideoDescription
- Inherits:
-
Object
- Object
- Aws::Types::VideoDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#border ⇒ ::Integer
Returns the value of attribute border.
-
#codec_settings ⇒ Types::VideoCodecSettings
Returns the value of attribute codec_settings.
-
#crop_rectangle ⇒ Types::VideoPositionRectangle
Returns the value of attribute crop_rectangle.
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_position_rectangle ⇒ Types::VideoPositionRectangle
Returns the value of attribute output_position_rectangle.
-
#respond_to_afd ⇒ "NONE", ...
Returns the value of attribute respond_to_afd.
-
#scaling_behavior ⇒ "DEFAULT", ...
Returns the value of attribute scaling_behavior.
-
#sharpness ⇒ ::Integer
Returns the value of attribute sharpness.
-
#width ⇒ ::Integer
Returns the value of attribute width.
Instance Attribute Details
#border ⇒ ::Integer
Returns the value of attribute border.
3568 3569 3570 |
# File 'sig/types.rbs', line 3568 def border @border end |
#codec_settings ⇒ Types::VideoCodecSettings
Returns the value of attribute codec_settings.
3559 3560 3561 |
# File 'sig/types.rbs', line 3559 def codec_settings @codec_settings end |
#crop_rectangle ⇒ Types::VideoPositionRectangle
Returns the value of attribute crop_rectangle.
3566 3567 3568 |
# File 'sig/types.rbs', line 3566 def crop_rectangle @crop_rectangle end |
#height ⇒ ::Integer
Returns the value of attribute height.
3560 3561 3562 |
# File 'sig/types.rbs', line 3560 def height @height end |
#name ⇒ ::String
Returns the value of attribute name.
3561 3562 3563 |
# File 'sig/types.rbs', line 3561 def name @name end |
#output_position_rectangle ⇒ Types::VideoPositionRectangle
Returns the value of attribute output_position_rectangle.
3567 3568 3569 |
# File 'sig/types.rbs', line 3567 def output_position_rectangle @output_position_rectangle end |
#respond_to_afd ⇒ "NONE", ...
Returns the value of attribute respond_to_afd.
3562 3563 3564 |
# File 'sig/types.rbs', line 3562 def respond_to_afd @respond_to_afd end |
#scaling_behavior ⇒ "DEFAULT", ...
Returns the value of attribute scaling_behavior.
3563 3564 3565 |
# File 'sig/types.rbs', line 3563 def scaling_behavior @scaling_behavior end |
#sharpness ⇒ ::Integer
Returns the value of attribute sharpness.
3564 3565 3566 |
# File 'sig/types.rbs', line 3564 def sharpness @sharpness end |
#width ⇒ ::Integer
Returns the value of attribute width.
3565 3566 3567 |
# File 'sig/types.rbs', line 3565 def width @width end |