VisioForge Video Edit SDK (Delphi / ActiveX)
|
Sets the parameters for the compressor effect.
procedure Audio_Effects_Compressor(Stream: Integer; ID: Integer; AttackTime: double; DecayTime: double; GainDB: double; Ratio: double; Threshold: double);
__fastcall Audio_Effects_Compressor(int Stream, int ID, double AttackTime, double DecayTime, double GainDB, double Ratio, double Threshold);
public Audio_Effects_Compressor(int Stream, int ID, double AttackTime, double DecayTime, double GainDB, double Ratio, double Threshold);
Public Sub Audio_Effects_Compressor(Stream As Integer, ID As Integer, AttackTime As double, DecayTime As double, GainDB As double, Ratio As double, Threshold As double)
public Audio_Effects_Compressor(int Stream, int ID, double AttackTime, double DecayTime, double GainDB, double Ratio, double Threshold);
Audio_Effects_Compressor(int Stream, int ID, double AttackTime, double DecayTime, double GainDB, double Ratio, double Threshold);
Audio_Effects_Compressor
public Audio_Effects_Compressor($Stream, $ID, double $AttackTime, double $DecayTime, double $GainDB, double $Ratio, double $Threshold);
Parameters |
Description |
ID: Integer |
Effect ID. |
AttackTime: double |
Specifies the attack time in milliseconds. |
DecayTime: double |
Specifies the release time in milliseconds. |
GainDB: double |
Specifies the maximum amplification in db. |
Ratio: double |
Specifies the amplification ratio. |
Threshold: double |
Specifies the threshold in db. |
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|