Minim
index
 
Name setInputMixer ( )
Examples
None available
Description Sets the Javasound Mixer that will be used for obtaining input sources such as AudioInputs. This will do nothing if you have provided your own MinimServiceProvider.
Syntax
setInputMixer(mixer);
Parameters
mixer   The Mixer we should try to acquire inputs from.
Returns None
Usage Web & Application
Related