uk.org.toot.audio.eq
Class AbstractParallelEQ

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

public abstract class AbstractParallelEQ
extends AbstractEQ

The abstract class for parallel EQ such as parametrics and graphics.


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
AbstractParallelEQ(EQ.Specification spec)
           
 
Method Summary
 
Methods inherited from class uk.org.toot.audio.eq.AbstractEQ
close, getSize, getSpecification, open, processAudio
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractParallelEQ

public AbstractParallelEQ(EQ.Specification spec)


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