class Aws::MediaLive::Types::MultiplexVideoSettings

The video configuration for each program in a multiplex.

@note When making an API call, you may pass MultiplexVideoSettings

data as a hash:

    {
      constant_bitrate: 1,
      statmux_settings: {
        maximum_bitrate: 1,
        minimum_bitrate: 1,
        priority: 1,
      },
    }

@!attribute [rw] constant_bitrate

The constant bitrate configuration for the video encode. When this
field is defined, StatmuxSettings must be undefined.
@return [Integer]

@!attribute [rw] statmux_settings

Statmux rate control settings. When this field is defined,
ConstantBitrate must be undefined.
@return [Types::MultiplexStatmuxVideoSettings]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexVideoSettings AWS API Documentation

Constants

SENSITIVE