| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputChannelMapping.Builder |
OutputChannelMapping.builder() |
OutputChannelMapping.Builder |
OutputChannelMapping.Builder.inputChannels(Collection<Integer> inputChannels)
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
|
OutputChannelMapping.Builder |
OutputChannelMapping.Builder.inputChannels(Integer... inputChannels)
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
|
OutputChannelMapping.Builder |
OutputChannelMapping.Builder.inputChannelsFineTune(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.Builder |
OutputChannelMapping.Builder.inputChannelsFineTune(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.Builder |
OutputChannelMapping.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputChannelMapping.Builder> |
OutputChannelMapping.serializableBuilderClass() |
Copyright © 2023. All rights reserved.