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:



10248
10249
10250
10251
10252
10253
10254
# File 'lib/aws-sdk-medialive/types.rb', line 10248

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)


10248
10249
10250
10251
10252
10253
10254
# File 'lib/aws-sdk-medialive/types.rb', line 10248

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)


10248
10249
10250
10251
10252
10253
10254
# File 'lib/aws-sdk-medialive/types.rb', line 10248

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