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)


9242
9243
9244
9245
9246
9247
# File 'lib/aws-sdk-medialive/types.rb', line 9242

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.



9242
9243
9244
9245
9246
9247
# File 'lib/aws-sdk-medialive/types.rb', line 9242

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