uk.org.toot.audio.eq
Class ParametricEQ

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
              extended by uk.org.toot.audio.eq.ParametricEQ
All Implemented Interfaces:
AudioProcess

public class ParametricEQ
extends AbstractParallelEQ

A parametric EQ.


Nested Class Summary
static class ParametricEQ.Controls
          The Controls for a 4 band ParametricEQ.
 
Nested classes/interfaces inherited from class uk.org.toot.audio.eq.EQ
EQ.Specification
 
Field Summary
 
Fields inherited from interface uk.org.toot.audio.core.AudioProcess
AUDIO_DISCONNECT, AUDIO_OK
 
Constructor Summary
ParametricEQ()
          Creates a default ParametricEQ object.
ParametricEQ(ParametricEQ.Controls spec)
          Creates a ParemetricEQ object with the specified controls.
 
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

ParametricEQ

public ParametricEQ()
Creates a default ParametricEQ object.


ParametricEQ

public ParametricEQ(ParametricEQ.Controls spec)
Creates a ParemetricEQ object with the specified controls.



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