Uses of Class
software.amazon.awssdk.services.mediaconvert.model.OutputChannelMapping
-
Packages that use OutputChannelMapping Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of OutputChannelMapping in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type OutputChannelMapping Modifier and Type Method 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.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type OutputChannelMapping Modifier and Type Method Description ChannelMapping.BuilderChannelMapping.Builder. outputChannels(OutputChannelMapping... outputChannels)In your JSON job specification, include one child of OutputChannels for each audio channel that you want in your output.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type OutputChannelMapping Modifier and Type Method Description ChannelMapping.BuilderChannelMapping.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.
-