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

Sets the parameters for the Notch effect.

Pascal
procedure Audio_Effects_Notch(ID: Integer; Cutoff: Integer; Separate: Boolean);
C++
__fastcall Audio_Effects_Notch(int ID, int Cutoff, Boolean Separate);
C#
public Audio_Effects_Notch(int ID, int Cutoff, Boolean Separate);
Visual Basic
Public Sub Audio_Effects_Notch(ID As Integer, Cutoff As Integer, Separate As Boolean)
Java
public Audio_Effects_Notch(int ID, int Cutoff, Boolean Separate);
IDL
Audio_Effects_Notch(int ID, int Cutoff, Boolean Separate);
JavaScript
Audio_Effects_Notch
PHP
public Audio_Effects_Notch($ID, $Cutoff, Boolean $Separate);
Parameters 
Description 
ID: Integer 
Effect ID. 
Cutoff: Integer 
Specifies the cutoff frequency for a specific channel at which the cutoff will have it's maximum amplification.  
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 that cuts frequency's in a wide range of specified frequency. Each channel can be separate processed with different cutoff values.

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