VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Audio_Effects_DS_WavesReverb Method

Sets the parameters for the DS Waves Reverb effect.

Pascal
procedure Audio_Effects_DS_WavesReverb(ID: Integer; HighFreqRTRatio: Double; InGain: Double; ReverbMix: Double; ReverbTime: Double);
C++
__fastcall Audio_Effects_DS_WavesReverb(int ID, Double HighFreqRTRatio, Double InGain, Double ReverbMix, Double ReverbTime);
C#
public Audio_Effects_DS_WavesReverb(int ID, Double HighFreqRTRatio, Double InGain, Double ReverbMix, Double ReverbTime);
Visual Basic
Public Sub Audio_Effects_DS_WavesReverb(ID As Integer, HighFreqRTRatio As Double, InGain As Double, ReverbMix As Double, ReverbTime As Double)
Java
public Audio_Effects_DS_WavesReverb(int ID, Double HighFreqRTRatio, Double InGain, Double ReverbMix, Double ReverbTime);
IDL
Audio_Effects_DS_WavesReverb(int ID, Double HighFreqRTRatio, Double InGain, Double ReverbMix, Double ReverbTime);
JavaScript
Audio_Effects_DS_WavesReverb
PHP
public Audio_Effects_DS_WavesReverb($ID, Double $HighFreqRTRatio, Double $InGain, Double $ReverbMix, Double $ReverbTime);
Parameters 
Description 
ID: Integer 
Effect ID. 
HighFreqRTRatio: Double 
Specifies the high frequency ratio (0.001 - 0.999, 0.001 by default). 
InGain: Double 
Specifies in-gain of the filter (-96.0 - 0.0, 0.0 by default).  
ReverbMix: Double 
Specifies the reverb mix of the filter (-96.0 - 0.0, 0.0 by default). 
ReverbTime: Double 
Specifies the reverb time of the filter (0.001 - 3000.0, 1000.0 by default). 

The waves reverberation effect is intended for use with music. The waves reverberation DirectX Media Object (DMO) is based on the Waves MaxxVerb technology, which is licensed to Microsoft.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!