Class: Aws::MediaConvert::Types::OutputChannelMapping

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

OutputChannel mapping settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_channelsArray<Integer>

Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.

Returns:

  • (Array<Integer>)


10652
10653
10654
10655
10656
10657
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10652

class OutputChannelMapping < Struct.new(
  :input_channels,
  :input_channels_fine_tune)
  SENSITIVE = []
  include Aws::Structure
end

#input_channels_fine_tuneArray<Float>

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.

Returns:

  • (Array<Float>)


10652
10653
10654
10655
10656
10657
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10652

class OutputChannelMapping < Struct.new(
  :input_channels,
  :input_channels_fine_tune)
  SENSITIVE = []
  include Aws::Structure
end