VisioForge Video Capture SDK (Delphi / ActiveX)
|
Sets the parameters for the compressor effect.
procedure Audio_Effects_Compressor(ID: Integer; AttackTime: Double; DecayTime: Double; GainDB: Double; Ratio: Double; Threshold: Double);
__fastcall Audio_Effects_Compressor(int ID, Double AttackTime, Double DecayTime, Double GainDB, Double Ratio, Double Threshold);
public Audio_Effects_Compressor(int ID, Double AttackTime, Double DecayTime, Double GainDB, Double Ratio, Double Threshold);
Public Sub Audio_Effects_Compressor(ID As Integer, AttackTime As Double, DecayTime As Double, GainDB As Double, Ratio As Double, Threshold As Double)
public Audio_Effects_Compressor(int ID, Double AttackTime, Double DecayTime, Double GainDB, Double Ratio, Double Threshold);
Audio_Effects_Compressor(int ID, Double AttackTime, Double DecayTime, Double GainDB, Double Ratio, Double Threshold);
Audio_Effects_Compressor
public Audio_Effects_Compressor($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) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|