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
- Struct
- Aws::MediaConvert::Types::ChannelMapping
- 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
-
#output_channels ⇒ Array<Types::OutputChannelMapping>
List of output channels.
Instance Attribute Details
#output_channels ⇒ Array<Types::OutputChannelMapping>
List of output channels