Class: Aws::Types::InputVideoGenerator
- Inherits:
-
Object
- Object
- Aws::Types::InputVideoGenerator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channels ⇒ ::Integer
Returns the value of attribute channels.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
-
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#image_input ⇒ ::String
Returns the value of attribute image_input.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
-
#width ⇒ ::Integer
Returns the value of attribute width.
Instance Attribute Details
#channels ⇒ ::Integer
Returns the value of attribute channels.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def channels @channels end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def duration @duration end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def framerate_numerator @framerate_numerator end |
#height ⇒ ::Integer
Returns the value of attribute height.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def height @height end |
#image_input ⇒ ::String
Returns the value of attribute image_input.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def image_input @image_input end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def sample_rate @sample_rate end |
#width ⇒ ::Integer
Returns the value of attribute width.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def width @width end |