Class Equalizer.EQFunction

  • Enclosing class:
    Equalizer

    public abstract static class Equalizer.EQFunction
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EQFunction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • EQFunction

        public 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.