class Aws::MediaConvert::Types::OutputChannelMapping

OutputChannel mapping settings.

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

data as a hash:

    {
      input_channels: [1],
      input_channels_fine_tune: [1.0],
    }

@!attribute [rw] input_channels

Use this setting to specify your remix values when they are
integers, such as -10, 0, or 4.
@return [Array<Integer>]

@!attribute [rw] input_channels_fine_tune

Use this setting to specify your remix values when they have a
decimal component, such as -10.312, 0.08, or 4.9. MediaConvert
rounds your remixing values to the nearest thousandth.
@return [Array<Float>]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/OutputChannelMapping AWS API Documentation

Constants

SENSITIVE