uk.org.toot.audio.eq
Class EQ

java.lang.Object
  extended by uk.org.toot.audio.eq.EQ
All Implemented Interfaces:
AudioProcess
Direct Known Subclasses:
AbstractEQ

public abstract class EQ
extends java.lang.Object
implements AudioProcess

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

EQ

public EQ()
Method Detail

getSpecification

public abstract EQ.Specification getSpecification()

getSize

public abstract int getSize()


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.