public static interface AudioChannelMapping.Builder extends CopyableBuilder<AudioChannelMapping.Builder,AudioChannelMapping>
| Modifier and Type | Method and Description |
|---|---|
AudioChannelMapping.Builder |
inputChannelLevels(Collection<InputChannelLevel> inputChannelLevels)
Indices and gain values for each input channel that should be remixed into this output channel.
|
AudioChannelMapping.Builder |
inputChannelLevels(InputChannelLevel... inputChannelLevels)
Indices and gain values for each input channel that should be remixed into this output channel.
|
AudioChannelMapping.Builder |
outputChannel(Integer outputChannel)
The index of the output channel being produced.
|
copyapply, buildAudioChannelMapping.Builder inputChannelLevels(Collection<InputChannelLevel> inputChannelLevels)
inputChannelLevels - Indices and gain values for each input channel that should be remixed into this output channel.AudioChannelMapping.Builder inputChannelLevels(InputChannelLevel... inputChannelLevels)
inputChannelLevels - Indices and gain values for each input channel that should be remixed into this output channel.AudioChannelMapping.Builder outputChannel(Integer outputChannel)
outputChannel - The index of the output channel being produced.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.