Class: Aws::Types::MultiplexStatmuxVideoSettings
- Inherits:
-
Object
- Object
- Aws::Types::MultiplexStatmuxVideoSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum_bitrate ⇒ ::Integer
Returns the value of attribute maximum_bitrate.
-
#minimum_bitrate ⇒ ::Integer
Returns the value of attribute minimum_bitrate.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
Instance Attribute Details
#maximum_bitrate ⇒ ::Integer
Returns the value of attribute maximum_bitrate.
2499 2500 2501 |
# File 'sig/types.rbs', line 2499 def maximum_bitrate @maximum_bitrate end |
#minimum_bitrate ⇒ ::Integer
Returns the value of attribute minimum_bitrate.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def minimum_bitrate @minimum_bitrate end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def priority @priority end |