Lines Matching refs:band
29 * Returns the minimum and maximum band levels supported.
35 * Sets the gain for the given equalizer band.
37 setBandLevel(uint16_t band, int16_t level) generates (Result retval);
40 * Gets the gain for the given equalizer band.
42 getBandLevel(uint16_t band) generates (Result retval, int16_t level);
45 * Gets the center frequency of the given band, in milliHertz.
47 getBandCenterFrequency(uint16_t band)
51 * Gets the frequency range of the given frequency band, in milliHertz.
53 getBandFrequencyRange(uint16_t band)
57 * Gets the band that has the most effect on the given frequency
61 generates (Result retval, uint16_t band);