Uses of Class
software.amazon.awssdk.services.medialive.model.InputChannelLevel
-
Packages that use InputChannelLevel Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputChannelLevel in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputChannelLevel Modifier and Type Method Description List<InputChannelLevel>AudioChannelMapping. inputChannelLevels()Indices and gain values for each input channel that should be remixed into this output channel.Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputChannelLevel Modifier and Type Method Description AudioChannelMapping.BuilderAudioChannelMapping.Builder. inputChannelLevels(InputChannelLevel... inputChannelLevels)Indices and gain values for each input channel that should be remixed into this output channel.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type InputChannelLevel Modifier and Type Method Description AudioChannelMapping.BuilderAudioChannelMapping.Builder. inputChannelLevels(Collection<InputChannelLevel> inputChannelLevels)Indices and gain values for each input channel that should be remixed into this output channel.
-