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.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def channels @channels end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def duration @duration end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def framerate_numerator @framerate_numerator end |
#height ⇒ ::Integer
Returns the value of attribute height.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def height @height end |
#image_input ⇒ ::String
Returns the value of attribute image_input.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def image_input @image_input end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def sample_rate @sample_rate end |
#width ⇒ ::Integer
Returns the value of attribute width.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def width @width end |