Get equalizer parameters, band gain and preamp gain.
function GetEqualizerParam(out PreAmpGain: Integer; out BandGain: TDynamicIntegerArray): Integer;
Parameters |
Description |
out PreAmpGain: Integer |
Reference to integer variable receiving preamp gain in millidecibels. |
out BandGain: TDynamicIntegerArray |
Reference to array of integers receiving gain for each band in millidecibels (thousandth of decibel). Caution: Function will resize this array to number of bands. |
Number of equalizer bands.
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 |