|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.audio.core.SimpleAudioProcess
uk.org.toot.audio.core.NullAudioProcess
public class NullAudioProcess
An AudioProcess that does nothing which is useful for testing.
Field Summary |
---|
Fields inherited from interface uk.org.toot.audio.core.AudioProcess |
---|
AUDIO_DISCONNECT, AUDIO_OK |
Constructor Summary | |
---|---|
NullAudioProcess()
|
Method Summary | |
---|---|
int |
processAudio(AudioBuffer buffer)
Process the supplied buffer |
Methods inherited from class uk.org.toot.audio.core.SimpleAudioProcess |
---|
close, open |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullAudioProcess()
Method Detail |
---|
public int processAudio(AudioBuffer buffer)
AudioProcess
buffer
- the AudioBuffer to process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |