|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectas.clynx.audio.mux.AbstractMUX
public abstract class AbstractMUX
The class AbstractMUX.java must be extended by every mixer. it mixes streames to one single outputstream.
Constructor Summary | |
---|---|
AbstractMUX(IAudioFileCollection collection,
AudioStream stream)
Constructor |
Method Summary | |
---|---|
abstract void |
doMixing()
does the mixing. the ThreadExceededException is thrown only in gui mode when the playbach is stoped by the user. |
abstract void |
update(int source,
java.lang.Object value)
only in GUI mode. updates parameter in runtime. the source specifies the id of the source. valuedefines the new value of the defined source. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractMUX(IAudioFileCollection collection, AudioStream stream)
collection
- stream
- Method Detail |
---|
public abstract void doMixing() throws ThreadExceededException
ThreadExceededException
public abstract void update(int source, java.lang.Object value)
source
- value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |