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

Get equalizer preamp gain.

C++
__stdcall __declspec(dllimport) int zplay_GetEqualizerPreampGain(ZPLAY_HANDLE handle);
Parameters 
Description 
ZPLAY_HANDLE handle 
ZPLAY handle. Get this handle with zplay_CreateZPlay

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

Preamp gain affects all bands. 

Note: Band gain is expressed in millidecibels. 

Get preamp gain. 

ZPlay C++ Class interface  

int nPreampGain = instance->GetEqualizerPreampGain();

 

C Style interface

int nPreampGain = zplay_GetEqualizerPreampGain(instance);
Copyright (c) 2010. Zoran Cindori - All rights reserved.

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

Email: zcindori@inet.hr