Class: Aws::MediaConvert::Types::OutputChannelMapping

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

Note:

When making an API call, you may pass OutputChannelMapping data as a hash:

{
  input_channels: [1],
}

OutputChannel mapping settings.

Instance Attribute Summary collapse

Instance Attribute Details

#input_channelsArray<Integer>

List of input channels

Returns:

  • (Array<Integer>)


11410
11411
11412
11413
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11410

class OutputChannelMapping < Struct.new(
  :input_channels)
  include Aws::Structure
end