|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.audio.eq.EQ
public abstract class EQ
EQ is the abstract base AudioProcess class for all forms of EQ.
Nested Class Summary | |
---|---|
static class |
EQ.Controls
An abstract base class for the AudioControls for all forms of EQ. |
static interface |
EQ.Specification
Since EQ is a List of Filters, an EQ.Specification is a List of FilterSpecifications. |
Field Summary |
---|
Fields inherited from interface uk.org.toot.audio.core.AudioProcess |
---|
AUDIO_DISCONNECT, AUDIO_OK |
Constructor Summary | |
---|---|
EQ()
|
Method Summary | |
---|---|
abstract int |
getSize()
|
abstract EQ.Specification |
getSpecification()
|
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 |
---|
close, open, processAudio |
Constructor Detail |
---|
public EQ()
Method Detail |
---|
public abstract EQ.Specification getSpecification()
public abstract int getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |