Uses of Class
software.amazon.awssdk.services.medialive.model.AudioChannelMapping
-
Packages that use AudioChannelMapping Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of AudioChannelMapping in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type AudioChannelMapping Modifier and Type Method Description List<AudioChannelMapping>RemixSettings. channelMappings()Mapping of input channels to output channels, with appropriate gain adjustments.Methods in software.amazon.awssdk.services.medialive.model with parameters of type AudioChannelMapping Modifier and Type Method Description RemixSettings.BuilderRemixSettings.Builder. channelMappings(AudioChannelMapping... channelMappings)Mapping of input channels to output channels, with appropriate gain adjustments.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type AudioChannelMapping Modifier and Type Method Description RemixSettings.BuilderRemixSettings.Builder. channelMappings(Collection<AudioChannelMapping> channelMappings)Mapping of input channels to output channels, with appropriate gain adjustments.
-