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

java.lang.Object
  extended byjavax.sound.sampled.Control
      extended byjavax.sound.sampled.CompoundControl
          extended byorg.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 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlsaPortMixer.AlsaCompoundControl

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