| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
RemixSettings |
RemixSettings.clone() |
RemixSettings |
AudioDescription.getRemixSettings()
Advanced audio remixing settings.
|
RemixSettings |
AudioSelector.getRemixSettings()
Use these settings to reorder the audio channels of one input to match those of another input.
|
RemixSettings |
RemixSettings.withChannelMapping(ChannelMapping channelMapping)
Channel mapping (ChannelMapping) contains the group of fields that hold the remixing value for each channel, in
dB.
|
RemixSettings |
RemixSettings.withChannelsIn(Integer channelsIn)
Specify the number of audio channels from your input that you want to use in your output.
|
RemixSettings |
RemixSettings.withChannelsOut(Integer channelsOut)
Specify the number of channels in this output after remixing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioDescription.setRemixSettings(RemixSettings remixSettings)
Advanced audio remixing settings.
|
void |
AudioSelector.setRemixSettings(RemixSettings remixSettings)
Use these settings to reorder the audio channels of one input to match those of another input.
|
AudioDescription |
AudioDescription.withRemixSettings(RemixSettings remixSettings)
Advanced audio remixing settings.
|
AudioSelector |
AudioSelector.withRemixSettings(RemixSettings remixSettings)
Use these settings to reorder the audio channels of one input to match those of another input.
|
Copyright © 2022. All rights reserved.