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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/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>)


10735
10736
10737
10738
10739
10740
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10735

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>)


10735
10736
10737
10738
10739
10740
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10735

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