VisioForge Video Edit SDK (Delphi / ActiveX)
|
Sets the parameters for the Echo Delay effect.
procedure Audio_Effects_EchoDelay(Stream: Integer; ID: Integer; DelayAmp: Integer; Delay: Integer; Highpass: Boolean; KillMain: Boolean; NumDelays: Integer);
__fastcall Audio_Effects_EchoDelay(int Stream, int ID, int DelayAmp, int Delay, Boolean Highpass, Boolean KillMain, int NumDelays);
public Audio_Effects_EchoDelay(int Stream, int ID, int DelayAmp, int Delay, Boolean Highpass, Boolean KillMain, int NumDelays);
Public Sub Audio_Effects_EchoDelay(Stream As Integer, ID As Integer, DelayAmp As Integer, Delay As Integer, Highpass As Boolean, KillMain As Boolean, NumDelays As Integer)
public Audio_Effects_EchoDelay(int Stream, int ID, int DelayAmp, int Delay, Boolean Highpass, Boolean KillMain, int NumDelays);
Audio_Effects_EchoDelay(int Stream, int ID, int DelayAmp, int Delay, Boolean Highpass, Boolean KillMain, int NumDelays);
Audio_Effects_EchoDelay
public Audio_Effects_EchoDelay($Stream, $ID, $DelayAmp, $Delay, Boolean $Highpass, Boolean $KillMain, $NumDelays);
Parameters |
Description |
ID: Integer |
Effect ID. |
DelayAmp: Integer |
Specifies the amplification of the echoes. |
Delay: Integer |
Specifies the delay in milliseconds of the echoes. |
Highpass: Boolean |
Specifies whether the delays will be passed through a high pass filter. |
KillMain: Boolean |
Specifies whether the main signal should be deleted. |
NumDelays: Integer |
Specifies the number of delays. |
DSP Echo/Delay Filter that supports multiple echoes.
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|