You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaLive::Types::AudioChannelMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::AudioChannelMapping
- Defined in:
- (unknown)
Overview
Note:
When passing AudioChannelMapping as input to an Aws::Client method, you can use a vanilla Hash:
{
input_channel_levels: [ # required
{
gain: 1, # required
input_channel: 1, # required
},
],
output_channel: 1, # required
}
Audio Channel Mapping
Instance Attribute Summary collapse
-
#input_channel_levels ⇒ Array<Types::InputChannelLevel>
Indices and gain values for each input channel that should be remixed into this output channel.
-
#output_channel ⇒ Integer
The index of the output channel being produced.
Instance Attribute Details
#input_channel_levels ⇒ Array<Types::InputChannelLevel>
Indices and gain values for each input channel that should be remixed into this output channel.
#output_channel ⇒ Integer
The index of the output channel being produced.