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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#constant_bitrateInteger

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

Returns:

  • (Integer)


9587
9588
9589
9590
9591
9592
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9587

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.



9587
9588
9589
9590
9591
9592
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9587

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