|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.sound.sampled.Control
javax.sound.sampled.CompoundControl
org.tritonus.share.sampled.mixer.TCompoundControl
public class TCompoundControl
Base class for classes implementing Line.
Nested Class Summary |
---|
Nested classes/interfaces 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TCompoundControl(CompoundControl.Type type, Control[] aMemberControls)
Method Detail |
---|
public void setParentControl(TCompoundControl compoundControl)
setParentControl
in interface TControllable
public TCompoundControl getParentControl()
getParentControl
in interface TControllable
public void commit()
commit
in interface TControllable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |