Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Audio_Effects_EchoDelay Method

Sets the parameters for the Echo Delay effect.

Pascal
procedure Audio_Effects_EchoDelay(Stream: Integer; ID: Integer; DelayAmp: Integer; Delay: Integer; Highpass: Boolean; KillMain: Boolean; NumDelays: Integer);
C++
__fastcall Audio_Effects_EchoDelay(int Stream, int ID, int DelayAmp, int Delay, Boolean Highpass, Boolean KillMain, int NumDelays);
C#
public Audio_Effects_EchoDelay(int Stream, int ID, int DelayAmp, int Delay, Boolean Highpass, Boolean KillMain, int NumDelays);
Visual Basic
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)
Java
public Audio_Effects_EchoDelay(int Stream, int ID, int DelayAmp, int Delay, Boolean Highpass, Boolean KillMain, int NumDelays);
IDL
Audio_Effects_EchoDelay(int Stream, int ID, int DelayAmp, int Delay, Boolean Highpass, Boolean KillMain, int NumDelays);
JavaScript
Audio_Effects_EchoDelay
Parameters 
Description 
Stream: Integer 
Stream ID. 
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) 2013. All rights reserved.
What do you think about this topic? Send feedback!