|
||||||||||
| 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.SilentInputAudioProcess
public class SilentInputAudioProcess
An input AudioProcess which provides silence with a specified ChannelFormat and source label.
| Field Summary |
|---|
| Fields inherited from interface uk.org.toot.audio.core.AudioProcess |
|---|
AUDIO_DISCONNECT, AUDIO_OK |
| Constructor Summary | |
|---|---|
SilentInputAudioProcess(ChannelFormat format,
java.lang.String label)
|
|
| 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 SilentInputAudioProcess(ChannelFormat format,
java.lang.String label)
| 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 | |||||||||