Uses of Class
software.amazon.awssdk.services.medialive.model.InputDeviceUhdAudioChannelPairConfig
-
Packages that use InputDeviceUhdAudioChannelPairConfig Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputDeviceUhdAudioChannelPairConfig in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputDeviceUhdAudioChannelPairConfig Modifier and Type Method Description List<InputDeviceUhdAudioChannelPairConfig>InputDeviceUhdSettings. audioChannelPairs()An array of eight audio configurations, one for each audio pair in the source.Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputDeviceUhdAudioChannelPairConfig Modifier and Type Method Description InputDeviceUhdSettings.BuilderInputDeviceUhdSettings.Builder. audioChannelPairs(InputDeviceUhdAudioChannelPairConfig... audioChannelPairs)An array of eight audio configurations, one for each audio pair in the source.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type InputDeviceUhdAudioChannelPairConfig Modifier and Type Method Description InputDeviceUhdSettings.BuilderInputDeviceUhdSettings.Builder. audioChannelPairs(Collection<InputDeviceUhdAudioChannelPairConfig> audioChannelPairs)An array of eight audio configurations, one for each audio pair in the source.
-