VisioForge Video Edit SDK (Delphi / ActiveX)
|
Sets the parameters for the DS Compressor effect.
procedure Audio_Effects_DS_Compressor(Stream: Integer; ID: Integer; Attack: double; Gain: double; PreDelay: double; Ratio: double; Release: double; Threshold: double);
__fastcall Audio_Effects_DS_Compressor(int Stream, int ID, double Attack, double Gain, double PreDelay, double Ratio, double Release, double Threshold);
public Audio_Effects_DS_Compressor(int Stream, int ID, double Attack, double Gain, double PreDelay, double Ratio, double Release, double Threshold);
Public Sub Audio_Effects_DS_Compressor(Stream As Integer, ID As Integer, Attack As double, Gain As double, PreDelay As double, Ratio As double, Release As double, Threshold As double)
public Audio_Effects_DS_Compressor(int Stream, int ID, double Attack, double Gain, double PreDelay, double Ratio, double Release, double Threshold);
Audio_Effects_DS_Compressor(int Stream, int ID, double Attack, double Gain, double PreDelay, double Ratio, double Release, double Threshold);
Audio_Effects_DS_Compressor
public Audio_Effects_DS_Compressor($Stream, $ID, double $Attack, double $Gain, double $PreDelay, double $Ratio, double $Release, double $Threshold);
Parameters |
Description |
ID: Integer |
Effect ID. |
Attack: double |
Specifies the attack time in ms (0.01 - 500). |
Gain: double |
Specifies the gain of the filter (-60.0 - 60.0). |
PreDelay: double |
Specifies the pre-delay of the filter (0.0 - 4.0) |
Ratio: double |
Specifies the ratio of the filter (1.0 - 100.0). |
Release: double |
Specifies the release time in ms (50.0 - 3000.0) |
Threshold: double |
Specifies the threshold of the filter (-60.0 - 0.0) |
Compression is a reduction in the fluctuation of a signal above a certain amplitude.
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|