| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
OutputChannelMapping |
OutputChannelMapping.clone() |
OutputChannelMapping |
OutputChannelMapping.withInputChannels(Collection<Integer> inputChannels)
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
|
OutputChannelMapping |
OutputChannelMapping.withInputChannels(Integer... inputChannels)
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
|
OutputChannelMapping |
OutputChannelMapping.withInputChannelsFineTune(Collection<Double> inputChannelsFineTune)
Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9.
|
OutputChannelMapping |
OutputChannelMapping.withInputChannelsFineTune(Double... inputChannelsFineTune)
Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputChannelMapping> |
ChannelMapping.getOutputChannels()
In your JSON job specification, include one child of OutputChannels for each audio channel that you want in your
output.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelMapping |
ChannelMapping.withOutputChannels(OutputChannelMapping... outputChannels)
In your JSON job specification, include one child of OutputChannels for each audio channel that you want in your
output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelMapping.setOutputChannels(Collection<OutputChannelMapping> outputChannels)
In your JSON job specification, include one child of OutputChannels for each audio channel that you want in your
output.
|
ChannelMapping |
ChannelMapping.withOutputChannels(Collection<OutputChannelMapping> outputChannels)
In your JSON job specification, include one child of OutputChannels for each audio channel that you want in your
output.
|
Copyright © 2021. All rights reserved.