VisioForge Video Capture SDK (Delphi / ActiveX)
|
Sets the parameters for the High Pass effect.
procedure Audio_Effects_HighPass(ID: Integer; Cutoff: Integer; Separate: Boolean);
__fastcall Audio_Effects_HighPass(int ID, int Cutoff, Boolean Separate);
public Audio_Effects_HighPass(int ID, int Cutoff, Boolean Separate);
Public Sub Audio_Effects_HighPass(ID As Integer, Cutoff As Integer, Separate As Boolean)
public Audio_Effects_HighPass(int ID, int Cutoff, Boolean Separate);
Audio_Effects_HighPass(int ID, int Cutoff, Boolean Separate);
Audio_Effects_HighPass
public Audio_Effects_HighPass($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 start. |
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 Frequencies from a specified frequency to half of the sampling rate. 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!
|