| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AudioChannelMapping.Builder> |
AudioChannelMapping.serializableBuilderClass() |
Copyright © 2022. All rights reserved.