javazoom.jl.decoder
Class Equalizer.EQFunction

java.lang.Object
  extended by javazoom.jl.decoder.Equalizer.EQFunction
Enclosing class:
Equalizer

public abstract static class Equalizer.EQFunction
extends java.lang.Object


Constructor Summary
Equalizer.EQFunction()
           
 
Method Summary
 float getBand(int band)
          Returns the setting of a band in the equalizer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Equalizer.EQFunction

public Equalizer.EQFunction()
Method Detail

getBand

public float getBand(int band)
Returns the setting of a band in the equalizer.

Parameters:
band - The index of the band to retrieve the setting for.
Returns:
the setting of the specified band. This is a value between -1 and +1.


JavaZOOM 1999-2008