VisioForge Video Edit SDK (Delphi / ActiveX)
|
Sets the parameters for the DS Distortion effect.
procedure Audio_Effects_DS_Distortion(Stream: Integer; ID: Integer; Edge: double; Gain: double; PostEQBandwidth: double; PostEQCenterFrequency: double; PreLowpassCutoff: double);
__fastcall Audio_Effects_DS_Distortion(int Stream, int ID, double Edge, double Gain, double PostEQBandwidth, double PostEQCenterFrequency, double PreLowpassCutoff);
public Audio_Effects_DS_Distortion(int Stream, int ID, double Edge, double Gain, double PostEQBandwidth, double PostEQCenterFrequency, double PreLowpassCutoff);
Public Sub Audio_Effects_DS_Distortion(Stream As Integer, ID As Integer, Edge As double, Gain As double, PostEQBandwidth As double, PostEQCenterFrequency As double, PreLowpassCutoff As double)
public Audio_Effects_DS_Distortion(int Stream, int ID, double Edge, double Gain, double PostEQBandwidth, double PostEQCenterFrequency, double PreLowpassCutoff);
Audio_Effects_DS_Distortion(int Stream, int ID, double Edge, double Gain, double PostEQBandwidth, double PostEQCenterFrequency, double PreLowpassCutoff);
Audio_Effects_DS_Distortion
public Audio_Effects_DS_Distortion($Stream, $ID, double $Edge, double $Gain, double $PostEQBandwidth, double $PostEQCenterFrequency, double $PreLowpassCutoff);
Parameters |
Description |
ID: Integer |
Effect ID. |
Edge: double |
Specifies the edge of the filter (0.0 - 100.0). |
Gain: double |
Specifies the gain of the filter (-60.0 - 0). |
PostEQBandwidth: double |
Specifies the bandwidth of the equalizer (100.0 - 8000.0). |
PostEQCenterFrequency: double |
Specifies the center frequency of the distortion equalizer (100.0 - 8000.0). |
PreLowpassCutoff: double |
Specifies the low pass cutoff of the filter (100.0 - 8000.0). |
Distortion is achieved by adding harmonics to the signal in such a way that, as the level increases, the top of the waveform becomes squared off or clipped.
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|