class Aws::MediaLive::Types::AudioChannelMapping

Audio Channel Mapping

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

data as a hash:

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

@!attribute [rw] input_channel_levels

Indices and gain values for each input channel that should be
remixed into this output channel.
@return [Array<Types::InputChannelLevel>]

@!attribute [rw] output_channel

The index of the output channel being produced.
@return [Integer]

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

Constants

SENSITIVE