uk.org.toot.audio.eq
Class AbstractSerialEQ

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.AbstractSerialEQ
All Implemented Interfaces:
AudioProcess
Direct Known Subclasses:
CutEQ

public abstract class AbstractSerialEQ
extends AbstractEQ

The abstract class for serial EQ such as cuts.


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
AbstractSerialEQ(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

AbstractSerialEQ

public AbstractSerialEQ(EQ.Specification spec)


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