org.tritonus.sampled.mixer.alsa
Class AlsaPortMixer.AlsaCompoundControl

java.lang.Object
  extended by javax.sound.sampled.Control
      extended by javax.sound.sampled.CompoundControl
          extended by org.tritonus.sampled.mixer.alsa.AlsaPortMixer.AlsaCompoundControl
Enclosing class:
AlsaPortMixer

public class AlsaPortMixer.AlsaCompoundControl
extends CompoundControl

CompoundControl class. This class is only needed to provide a public constructor.


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.sound.sampled.CompoundControl
CompoundControl.Type
 
Constructor Summary
AlsaPortMixer.AlsaCompoundControl(CompoundControl.Type type, Control[] aMemberControls)
           
 
Method Summary
 
Methods inherited from class javax.sound.sampled.CompoundControl
getMemberControls, toString
 
Methods inherited from class javax.sound.sampled.Control
getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlsaPortMixer.AlsaCompoundControl

public AlsaPortMixer.AlsaCompoundControl(CompoundControl.Type type,
                                         Control[] aMemberControls)