| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
RemixSettings |
RemixSettings.clone() |
RemixSettings |
AudioDescription.getRemixSettings()
Settings that control how input audio channels are remixed into the output audio channels.
|
RemixSettings |
RemixSettings.withChannelMappings(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.
|
RemixSettings |
RemixSettings.withChannelsIn(Integer channelsIn)
Number of input channels to be used.
|
RemixSettings |
RemixSettings.withChannelsOut(Integer channelsOut)
Number of output channels to be produced.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioDescription.setRemixSettings(RemixSettings remixSettings)
Settings that control how input audio channels are remixed into the output audio channels.
|
AudioDescription |
AudioDescription.withRemixSettings(RemixSettings remixSettings)
Settings that control how input audio channels are remixed into the output audio channels.
|
Copyright © 2024. All rights reserved.