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

Class: Aws::MediaLive::Types::AudioChannelMapping

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

Overview

Note:

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

{
  input_channel_levels: [ # required
    {
      gain: 1, # required
      input_channel: 1, # required
    },
  ],
  output_channel: 1, # required
}

Audio Channel Mapping

Instance Attribute Summary collapse

Instance Attribute Details

#input_channel_levelsArray<Types::InputChannelLevel>

Indices and gain values for each input channel that should be remixed into this output channel.

Returns:

  • (Array<Types::InputChannelLevel>)

    Indices and gain values for each input channel that should be remixed into this output channel.

#output_channelInteger

The index of the output channel being produced.

Returns:

  • (Integer)

    The index of the output channel being produced.