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

Sets the parameters for the Band Pass effect.

Pascal
procedure Audio_Effects_BandPass(ID: Integer; CutoffHigh: Double; CutoffLow: Double; Separate: Boolean);
C++
__fastcall Audio_Effects_BandPass(int ID, Double CutoffHigh, Double CutoffLow, Boolean Separate);
C#
public Audio_Effects_BandPass(int ID, Double CutoffHigh, Double CutoffLow, Boolean Separate);
Visual Basic
Public Sub Audio_Effects_BandPass(ID As Integer, CutoffHigh As Double, CutoffLow As Double, Separate As Boolean)
Java
public Audio_Effects_BandPass(int ID, Double CutoffHigh, Double CutoffLow, Boolean Separate);
IDL
Audio_Effects_BandPass(int ID, Double CutoffHigh, Double CutoffLow, Boolean Separate);
JavaScript
Audio_Effects_BandPass
PHP
public Audio_Effects_BandPass($ID, Double $CutoffHigh, Double $CutoffLow, Boolean $Separate);
Parameters 
Description 
ID: Integer 
Effect ID. 
CutoffHigh: Double 
Specifies the high cutoff frequency for a specific channel. 
CutoffLow: Double 
Specifies the low cutoff frequency for a specific channel. 
Separate: Boolean 
Enables or Disables separate cutoff. If Enabled every channel will be processed by it's own cutoff value. If disabled every channel will be processed with the cutoff value of channel 0. 

Filter to cutoff a certain Frequency Range. Each Channel can separate cutoff the Frequency range.

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