|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.thenesis.midpath.sound.Mixer
public abstract class Mixer
| Constructor Summary | |
|---|---|
Mixer()
|
|
| Method Summary | |
|---|---|
void |
addLine(Line line)
|
abstract Line |
createLine(AudioFormat format)
|
Line[] |
getLines()
|
void |
removeLine(Line line)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Mixer()
| Method Detail |
|---|
public abstract Line createLine(AudioFormat format)
public void addLine(Line line)
public void removeLine(Line line)
public Line[] getLines()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||