|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.audio.core.SimpleAudioProcess
public abstract class SimpleAudioProcess
A simple AudioProcess with empty open and close implementations. Many AudioProcesses don't need open and close implementations.
Field Summary |
---|
Fields inherited from interface uk.org.toot.audio.core.AudioProcess |
---|
AUDIO_DISCONNECT, AUDIO_OK |
Constructor Summary | |
---|---|
SimpleAudioProcess()
|
Method Summary | |
---|---|
void |
close()
Close any resources opened by this AudioProcess. |
void |
open()
Open any resources required by this AudioProcess. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface uk.org.toot.audio.core.AudioProcess |
---|
processAudio |
Constructor Detail |
---|
public SimpleAudioProcess()
Method Detail |
---|
public void open()
AudioProcess
open
in interface AudioProcess
public void close()
AudioProcess
close
in interface AudioProcess
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |