org.tritonus.share.sampled.mixer
Class TCompoundControl
java.lang.Object
javax.sound.sampled.Control
javax.sound.sampled.CompoundControl
org.tritonus.share.sampled.mixer.TCompoundControl
- All Implemented Interfaces:
- TControllable
- public class TCompoundControl
- extends CompoundControl
- implements TControllable
Base class for classes implementing Line.
TCompoundControl
public TCompoundControl(CompoundControl.Type type,
Control[] aMemberControls)
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