|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectas.clynx.audio.mux.AbstractMUX
as.clynx.audio.mux.MUX
public class MUX
this class reads the passed streams.
Constructor Summary | |
---|---|
MUX(IAudioFileCollection collection,
AudioStream stream)
Constructor |
Method Summary | |
---|---|
void |
doMixing()
does the mixing. the ThreadExceededException is thrown only in gui mode when the playbach is stoped by the user. |
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 MUX(IAudioFileCollection collection, AudioStream stream)
collection
- stream
- Method Detail |
---|
public void doMixing() throws ThreadExceededException
AbstractMUX
doMixing
in class AbstractMUX
ThreadExceededException
public void update(int source, java.lang.Object value)
AbstractMUX
update
in class AbstractMUX
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |