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.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def maximum_bitrate @maximum_bitrate end |
#minimum_bitrate ⇒ ::Integer
Returns the value of attribute minimum_bitrate.
2503 2504 2505 |
# File 'sig/types.rbs', line 2503 def minimum_bitrate @minimum_bitrate end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
2504 2505 2506 |
# File 'sig/types.rbs', line 2504 def priority @priority end |