Get equalizer preamp gain.
__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.
GetEqualizerPreampGain, SetEqualizerPoints, GetEqualizerPoints, SetEqualizerParam, GetEqualizerParam, SetEqualizerBandGain, GetEqualizerBandGain, EnableEqualizer
zplay_GetEqualizerPreampGain zplay_SetEqualizerPoints, zplay_GetEqualizerPoints, zplay_SetEqualizerParam, zplay_GetEqualizerParam, zplay_SetEqualizerBandGain, zplay_GetEqualizerBandGain, zplay_EnableEqualizer
Get preamp gain.
int nPreampGain = instance->GetEqualizerPreampGain();
int nPreampGain = zplay_GetEqualizerPreampGain(instance);
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |