| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
List<OutputChannelMapping> |
ChannelMapping.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 |
|---|---|
ChannelMapping.Builder |
ChannelMapping.Builder.outputChannels(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 |
|---|---|
ChannelMapping.Builder |
ChannelMapping.Builder.outputChannels(Collection<OutputChannelMapping> outputChannels)
In your JSON job specification, include one child of OutputChannels for each audio channel that you want in
your output.
|
Copyright © 2023. All rights reserved.