libZPlay documentation (Win32)
IndexReferenceHome
PreviousUpNext
libZPlayCpp::zplay_GetEqualizerBandGain Function

Get equalizer band gain.

C++
__stdcall __declspec(dllimport) int zplay_GetEqualizerBandGain(ZPLAY_HANDLE handle, int nBandIndex);
Parameters 
Description 
ZPLAY_HANDLE handle 
ZPLAY handle. Get this handle with zplay_CreateZPlay
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