Class: Aws::MediaLive::Types::MultiplexVideoSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MultiplexVideoSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
The video configuration for each program in a multiplex.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#constant_bitrate ⇒ Integer
The constant bitrate configuration for the video encode.
-
#statmux_settings ⇒ Types::MultiplexStatmuxVideoSettings
Statmux rate control settings.
Instance Attribute Details
#constant_bitrate ⇒ Integer
The constant bitrate configuration for the video encode. When this field is defined, StatmuxSettings must be undefined.
9802 9803 9804 9805 9806 9807 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9802 class MultiplexVideoSettings < Struct.new( :constant_bitrate, :statmux_settings) SENSITIVE = [] include Aws::Structure end |
#statmux_settings ⇒ Types::MultiplexStatmuxVideoSettings
Statmux rate control settings. When this field is defined, ConstantBitrate must be undefined.
9802 9803 9804 9805 9806 9807 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9802 class MultiplexVideoSettings < Struct.new( :constant_bitrate, :statmux_settings) SENSITIVE = [] include Aws::Structure end |