Class: Aws::MediaLive::Types::AudioChannelMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::AudioChannelMapping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Audio Channel Mapping
Constant Summary collapse
- SENSITIVE =
[]
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.
328 329 330 331 332 333 |
# File 'lib/aws-sdk-medialive/types.rb', line 328 class AudioChannelMapping < Struct.new( :input_channel_levels, :output_channel) SENSITIVE = [] include Aws::Structure end |
#output_channel ⇒ Integer
The index of the output channel being produced.
328 329 330 331 332 333 |
# File 'lib/aws-sdk-medialive/types.rb', line 328 class AudioChannelMapping < Struct.new( :input_channel_levels, :output_channel) SENSITIVE = [] include Aws::Structure end |