You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MultiplexVideoSettings as input to an Aws::Client method, you can use a vanilla Hash:

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

The video configuration for each program in a multiplex.

Returned by:

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)

    The constant bitrate configuration for the video encode.

#statmux_settingsTypes::MultiplexStatmuxVideoSettings

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

Returns: