Get current echo effects.
function GetEchoParam(out EchoEffectArray: TDynamicEchoEffectArray): Integer;
Parameters |
Description |
out EchoEffectArray: TDynamicEchoEffectArray |
Reference to array of TEchoEffect structures receiving echo effects. Caution: This array will be resized to receive all echo effects. |
Number of echo effects in EchoEffectArray array.
Function will resize EchoEffectArray array to receive all echo effects.
Note: By default, new created interface has programmed one simple echo effect, 1000 ms delay, 70 % original volume + 30 % echo volume.
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |