javazoom.jl.decoder
Class Equalizer.EQFunction
java.lang.Object
javazoom.jl.decoder.Equalizer.EQFunction
- Enclosing class:
- Equalizer
public abstract static class Equalizer.EQFunction
- extends Object
|
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 |
Equalizer.EQFunction
public Equalizer.EQFunction()
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.
Copyright © 2012. All Rights Reserved.