Class: Aws::MediaConvert::Types::OutputChannelMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::OutputChannelMapping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
OutputChannel mapping settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_channels ⇒ Array<Integer>
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
-
#input_channels_fine_tune ⇒ Array<Float>
Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9.
Instance Attribute Details
#input_channels ⇒ Array<Integer>
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
11016 11017 11018 11019 11020 11021 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11016 class OutputChannelMapping < Struct.new( :input_channels, :input_channels_fine_tune) SENSITIVE = [] include Aws::Structure end |
#input_channels_fine_tune ⇒ Array<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.
11016 11017 11018 11019 11020 11021 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11016 class OutputChannelMapping < Struct.new( :input_channels, :input_channels_fine_tune) SENSITIVE = [] include Aws::Structure end |