Class: Aws::MediaLive::Types::RemixSettings

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

Overview

Remix Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_mappingsArray<Types::AudioChannelMapping>

Mapping of input channels to output channels, with appropriate gain adjustments.

Returns:



10333
10334
10335
10336
10337
10338
10339
# File 'lib/aws-sdk-medialive/types.rb', line 10333

class RemixSettings < Struct.new(
  :channel_mappings,
  :channels_in,
  :channels_out)
  SENSITIVE = []
  include Aws::Structure
end

#channels_inInteger

Number of input channels to be used.

Returns:

  • (Integer)


10333
10334
10335
10336
10337
10338
10339
# File 'lib/aws-sdk-medialive/types.rb', line 10333

class RemixSettings < Struct.new(
  :channel_mappings,
  :channels_in,
  :channels_out)
  SENSITIVE = []
  include Aws::Structure
end

#channels_outInteger

Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8

Returns:

  • (Integer)


10333
10334
10335
10336
10337
10338
10339
# File 'lib/aws-sdk-medialive/types.rb', line 10333

class RemixSettings < Struct.new(
  :channel_mappings,
  :channels_in,
  :channels_out)
  SENSITIVE = []
  include Aws::Structure
end