| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
InputChannelLevel |
InputChannelLevel.clone() |
InputChannelLevel |
InputChannelLevel.withGain(Integer gain)
Remixing value.
|
InputChannelLevel |
InputChannelLevel.withInputChannel(Integer inputChannel)
The index of the input channel used as a source.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputChannelLevel> |
AudioChannelMapping.getInputChannelLevels()
Indices and gain values for each input channel that should be remixed into this output channel.
|
| Modifier and Type | Method and Description |
|---|---|
AudioChannelMapping |
AudioChannelMapping.withInputChannelLevels(InputChannelLevel... inputChannelLevels)
Indices and gain values for each input channel that should be remixed into this output channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioChannelMapping.setInputChannelLevels(Collection<InputChannelLevel> inputChannelLevels)
Indices and gain values for each input channel that should be remixed into this output channel.
|
AudioChannelMapping |
AudioChannelMapping.withInputChannelLevels(Collection<InputChannelLevel> inputChannelLevels)
Indices and gain values for each input channel that should be remixed into this output channel.
|
Copyright © 2022. All rights reserved.