static AudioChannelMapping.Builder |
AudioChannelMapping.builder() |
|
AudioChannelMapping.Builder |
AudioChannelMapping.Builder.inputChannelLevels(Collection<InputChannelLevel> inputChannelLevels) |
Indices and gain values for each input channel that should be remixed into this output channel.
|
AudioChannelMapping.Builder |
AudioChannelMapping.Builder.inputChannelLevels(Consumer<InputChannelLevel.Builder>... inputChannelLevels) |
Indices and gain values for each input channel that should be remixed into this output channel.
|
AudioChannelMapping.Builder |
AudioChannelMapping.Builder.inputChannelLevels(InputChannelLevel... inputChannelLevels) |
Indices and gain values for each input channel that should be remixed into this output channel.
|
AudioChannelMapping.Builder |
AudioChannelMapping.Builder.outputChannel(Integer outputChannel) |
The index of the output channel being produced.
|
AudioChannelMapping.Builder |
AudioChannelMapping.toBuilder() |
|