| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelMapping |
ChannelMapping.clone() |
ChannelMapping |
RemixSettings.getChannelMapping()
Channel mapping (ChannelMapping) contains the group of fields that hold the remixing value for each channel, in
dB.
|
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.
|
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 |
RemixSettings.setChannelMapping(ChannelMapping channelMapping)
Channel mapping (ChannelMapping) contains the group of fields that hold the remixing value for each channel, in
dB.
|
RemixSettings |
RemixSettings.withChannelMapping(ChannelMapping channelMapping)
Channel mapping (ChannelMapping) contains the group of fields that hold the remixing value for each channel, in
dB.
|
Copyright © 2021. All rights reserved.