Minim
index
 
Name setOutputMixer ( )
Examples
None available
Description Sets the Javasound Mixer that will be used for obtain output destinations such as those required by AudioOuput, AudioPlayer, AudioSample, and so forth. This will do nothing if you have provided your own MinimServiceProvider.
Syntax
setOutputMixer(mixer);
Parameters
mixer   The Mixer we should try to acquire outputs from.
Returns None
Usage Web & Application
Related