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

Sets the parameters for the Flanger effect.

Pascal
procedure Audio_Effects_Flanger(ID: Integer; Delay: Double; Frequency: Double; PhaseInvert: Boolean; Separate: Boolean);
C++
__fastcall Audio_Effects_Flanger(int ID, Double Delay, Double Frequency, Boolean PhaseInvert, Boolean Separate);
C#
public Audio_Effects_Flanger(int ID, Double Delay, Double Frequency, Boolean PhaseInvert, Boolean Separate);
Visual Basic
Public Sub Audio_Effects_Flanger(ID As Integer, Delay As Double, Frequency As Double, PhaseInvert As Boolean, Separate As Boolean)
Java
public Audio_Effects_Flanger(int ID, Double Delay, Double Frequency, Boolean PhaseInvert, Boolean Separate);
IDL
Audio_Effects_Flanger(int ID, Double Delay, Double Frequency, Boolean PhaseInvert, Boolean Separate);
JavaScript
Audio_Effects_Flanger
PHP
public Audio_Effects_Flanger($ID, Double $Delay, Double $Frequency, Boolean $PhaseInvert, Boolean $Separate);
Parameters 
Description 
ID: Integer 
Effect ID. 
Delay: Double 
Specifies the delay time in seconds. 
Frequency: Double 
Specifies the flanger frequency. 
PhaseInvert: Boolean 
Specifies whether the added signal should be inverted. 
Separate: Boolean 
Enables or Disables separate amplification. If Enabled every channel will be amplified by it's own amplification value. If Disabled every channel will be amplified with the amplification value of channel 0.  

Filter to flange audio data. Every channel can be controlled separately.

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