Set equalizer band gain.
public bool SetEqualizerBandGain(int BandIndex, int Gain);
Parameters |
Description |
int BandIndex |
Band index, zero based. First band has index 0, second 1, ... |
int Gain |
Band gain in millidecibels. Positive value boost gain, negative value lower gain, 0 is neutral. |
Return Values |
Description |
True |
All OK. |
False |
Error. To get error message read here. |
Note: Band gain is expressed in millidecibels.
Class has by default 10 equalizer bands. See SetEqualizerPoints.
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |