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