Class: Aws::Types::MultiplexVideoSettings
- Inherits:
-
Object
- Object
- Aws::Types::MultiplexVideoSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constant_bitrate ⇒ ::Integer
Returns the value of attribute constant_bitrate.
-
#statmux_settings ⇒ Types::MultiplexStatmuxVideoSettings
Returns the value of attribute statmux_settings.
Instance Attribute Details
#constant_bitrate ⇒ ::Integer
Returns the value of attribute constant_bitrate.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def constant_bitrate @constant_bitrate end |
#statmux_settings ⇒ Types::MultiplexStatmuxVideoSettings
Returns the value of attribute statmux_settings.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def statmux_settings @statmux_settings end |