class Aws::MediaLive::Types::RemixSettings
Remix Settings
@note When making an API call, you may pass RemixSettings
data as a hash: { channel_mappings: [ # required { input_channel_levels: [ # required { gain: 1, # required input_channel: 1, # required }, ], output_channel: 1, # required }, ], channels_in: 1, channels_out: 1, }
@!attribute [rw] channel_mappings
Mapping of input channels to output channels, with appropriate gain adjustments. @return [Array<Types::AudioChannelMapping>]
@!attribute [rw] channels_in
Number of input channels to be used. @return [Integer]
@!attribute [rw] channels_out
Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8 @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RemixSettings AWS API Documentation
Constants
- SENSITIVE