|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectquentinc.audio.DSP
public abstract class DSP
An abstract base class for all DSPs.
| Constructor Summary | |
|---|---|
DSP()
|
|
| Method Summary | |
|---|---|
abstract int |
process(Channel src,
short[] buf,
int start,
int end)
Process a chunk of audio |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DSP()
| Method Detail |
|---|
public abstract int process(Channel src,
short[] buf,
int start,
int end)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||