public static interface OutputChannelMapping.Builder extends SdkPojo, CopyableBuilder<OutputChannelMapping.Builder,OutputChannelMapping>
| Modifier and Type | Method and Description |
|---|---|
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 |
inputChannels(Integer... inputChannels)
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
|
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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutputChannelMapping.Builder inputChannels(Collection<Integer> inputChannels)
inputChannels - Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.OutputChannelMapping.Builder inputChannels(Integer... inputChannels)
inputChannels - Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.OutputChannelMapping.Builder inputChannelsFineTune(Collection<Double> inputChannelsFineTune)
inputChannelsFineTune - Use this setting to specify your remix values when they have a decimal component, such as -10.312,
0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.OutputChannelMapping.Builder inputChannelsFineTune(Double... inputChannelsFineTune)
inputChannelsFineTune - Use this setting to specify your remix values when they have a decimal component, such as -10.312,
0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.Copyright © 2023. All rights reserved.