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

Class: Aws::MediaLive::Types::MultiplexStatmuxVideoSettings

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

Overview

Note:

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

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

Statmux rate control settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_bitrateInteger

Maximum statmux bitrate.

Returns:

  • (Integer)

    Maximum statmux bitrate.

#minimum_bitrateInteger

Minimum statmux bitrate.

Returns:

  • (Integer)

    Minimum statmux bitrate.

#priorityInteger

The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others. Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.

Returns:

  • (Integer)

    The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others.