|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.audio.eq.EQ
uk.org.toot.audio.eq.AbstractEQ
public abstract class AbstractEQ
The abstract class for serial and parallel EQ.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class uk.org.toot.audio.eq.EQ |
---|
EQ.Controls, EQ.Specification |
Field Summary |
---|
Fields inherited from interface uk.org.toot.audio.core.AudioProcess |
---|
AUDIO_DISCONNECT, AUDIO_OK |
Constructor Summary | |
---|---|
AbstractEQ(EQ.Specification spec)
|
Method Summary | |
---|---|
void |
close()
Close any resources opened by this AudioProcess. |
int |
getSize()
|
EQ.Specification |
getSpecification()
|
void |
open()
Open any resources required by this AudioProcess. |
int |
processAudio(AudioBuffer buffer)
Process the supplied buffer |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractEQ(EQ.Specification spec)
Method Detail |
---|
public void open()
AudioProcess
public void close()
AudioProcess
public int getSize()
getSize
in class EQ
public EQ.Specification getSpecification()
getSpecification
in class EQ
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 |