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

Class: Aws::MediaConvert::Types::ChannelMapping

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

Overview

Note:

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

{
  output_channels: [
    {
      input_channels: [1],
    },
  ],
}

Channel mapping (ChannelMapping) contains the group of fields that hold the remixing value for each channel. Units are in dB. Acceptable values are within the range from -60 (mute) through 6. A setting of 0 passes the input channel unchanged to the output channel (no attenuation or amplification).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#output_channelsArray<Types::OutputChannelMapping>

List of output channels

Returns: