Class: Aws::MediaLive::Types::MultiplexVideoSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

The video configuration for each program in a multiplex.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#constant_bitrateInteger

The constant bitrate configuration for the video encode. When this field is defined, StatmuxSettings must be undefined.

Returns:

  • (Integer)


9559
9560
9561
9562
9563
9564
# File 'lib/aws-sdk-medialive/types.rb', line 9559

class MultiplexVideoSettings < Struct.new(
  :constant_bitrate,
  :statmux_settings)
  SENSITIVE = []
  include Aws::Structure
end

#statmux_settingsTypes::MultiplexStatmuxVideoSettings

Statmux rate control settings. When this field is defined, ConstantBitrate must be undefined.



9559
9560
9561
9562
9563
9564
# File 'lib/aws-sdk-medialive/types.rb', line 9559

class MultiplexVideoSettings < Struct.new(
  :constant_bitrate,
  :statmux_settings)
  SENSITIVE = []
  include Aws::Structure
end