libZPlay documentation (Win32)
IndexReferenceHome
PreviousUpNext
ZPlay::GetEqualizerBandGain Method

Get equalizer band gain.

C++
virtual __stdcall int GetEqualizerBandGain(int nBandIndex) = 0;
Parameters 
Description 
int nBandIndex 
Band index, zero based. First band has index 0, second 1, ... 

Band gain in millidecibels. Negative value lower volume, positive value boost volume, 0 is neutral.

Note: Band gain is expressed in millidecibels.

Get gain of first band. 

ZPlay C++ Class interface  

int nGain = instance->GetEqualizerBandGain(0);

 

C Style interface

int nGain = zplay_GetEqualizerBandGain(instance, 0);
Copyright (c) 2010. Zoran Cindori - All rights reserved.

Web: http://libzplay.sourceforge.net/

Email: zcindori@inet.hr