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

Class: Aws::MediaLive::Types::InputChannelLevel

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

Overview

Note:

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

{
  gain: 1, # required
  input_channel: 1, # required
}

Input Channel Level

Instance Attribute Summary collapse

Instance Attribute Details

#gainInteger

Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.

Returns:

  • (Integer)

    Remixing value.

#input_channelInteger

The index of the input channel used as a source.

Returns:

  • (Integer)

    The index of the input channel used as a source.