Package javazoom.jl.decoder
Class Equalizer.EQFunction
java.lang.Object
javazoom.jl.decoder.Equalizer.EQFunction
- Enclosing class:
Equalizer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getBand
(int band) Returns the setting of a band in the equalizer.
-
Constructor Details
-
EQFunction
public EQFunction()
-
-
Method Details
-
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.
-