| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
AudioChannelMapping |
AudioChannelMapping.clone() |
AudioChannelMapping |
AudioChannelMapping.withInputChannelLevels(Collection<InputChannelLevel> inputChannelLevels)
Indices and gain values for each input channel that should be remixed into this output channel.
|
AudioChannelMapping |
AudioChannelMapping.withInputChannelLevels(InputChannelLevel... inputChannelLevels)
Indices and gain values for each input channel that should be remixed into this output channel.
|
AudioChannelMapping |
AudioChannelMapping.withOutputChannel(Integer outputChannel)
The index of the output channel being produced.
|
| Modifier and Type | Method and Description |
|---|---|
List<AudioChannelMapping> |
RemixSettings.getChannelMappings()
Mapping of input channels to output channels, with appropriate gain adjustments.
|
| Modifier and Type | Method and Description |
|---|---|
RemixSettings |
RemixSettings.withChannelMappings(AudioChannelMapping... channelMappings)
Mapping of input channels to output channels, with appropriate gain adjustments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemixSettings.setChannelMappings(Collection<AudioChannelMapping> channelMappings)
Mapping of input channels to output channels, with appropriate gain adjustments.
|
RemixSettings |
RemixSettings.withChannelMappings(Collection<AudioChannelMapping> channelMappings)
Mapping of input channels to output channels, with appropriate gain adjustments.
|
Copyright © 2020. All rights reserved.