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.
2519 2520 2521 |
# File 'sig/types.rbs', line 2519 def constant_bitrate @constant_bitrate end |
#statmux_settings ⇒ Types::MultiplexStatmuxVideoSettings
Returns the value of attribute statmux_settings.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def statmux_settings @statmux_settings end |