Class: Aws::MediaLive::Types::AudioChannelMapping

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Audio Channel Mapping

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_channel_levelsArray<Types::InputChannelLevel>

Indices and gain values for each input channel that should be remixed into this output channel.

Returns:



328
329
330
331
332
333
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 328

class AudioChannelMapping < Struct.new(
  :input_channel_levels,
  :output_channel)
  SENSITIVE = []
  include Aws::Structure
end

#output_channelInteger

The index of the output channel being produced.

Returns:

  • (Integer)


328
329
330
331
332
333
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 328

class AudioChannelMapping < Struct.new(
  :input_channel_levels,
  :output_channel)
  SENSITIVE = []
  include Aws::Structure
end