org.tritonus.share.sampled.mixer
Class TCompoundControl

java.lang.Object
  extended byjavax.sound.sampled.Control
      extended byjavax.sound.sampled.CompoundControl
          extended byorg.tritonus.share.sampled.mixer.TCompoundControl
All Implemented Interfaces:
TControllable

public class TCompoundControl
extends CompoundControl
implements TControllable

Base class for classes implementing Line.


Nested Class Summary
 
Nested classes inherited from class javax.sound.sampled.CompoundControl
CompoundControl.Type
 
Constructor Summary
TCompoundControl(CompoundControl.Type type, Control[] aMemberControls)
           
 
Method Summary
 void commit()
           
 TCompoundControl getParentControl()
           
 void setParentControl(TCompoundControl compoundControl)
           
 
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

TCompoundControl

public TCompoundControl(CompoundControl.Type type,
                        Control[] aMemberControls)
Method Detail

setParentControl

public void setParentControl(TCompoundControl compoundControl)
Specified by:
setParentControl in interface TControllable

getParentControl

public TCompoundControl getParentControl()
Specified by:
getParentControl in interface TControllable

commit

public void commit()
Specified by:
commit in interface TControllable