|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SystemOutput
Output method for the SA engine. This interface abstracts the way calculated samples are output from the engine. The engine only calls this interface, while implementations of this interface write the samples to a file, a line, a network socket or whatever else.
Method Summary | |
---|---|
void |
close()
Closes the output destination. |
void |
emit()
Writes the accumulated sample values to the output media. |
Methods inherited from interface org.tritonus.saol.engine.Output |
---|
clear, getWidth, output, output |
Method Detail |
---|
void emit() throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |