VisioForge Video Edit SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoEdit.Audio_Effects_Compressor Method

Sets the parameters for the compressor effect.

Pascal
procedure Audio_Effects_Compressor(Stream: Integer; ID: Integer; AttackTime: double; DecayTime: double; GainDB: double; Ratio: double; Threshold: double);
C++
__fastcall Audio_Effects_Compressor(int Stream, int ID, double AttackTime, double DecayTime, double GainDB, double Ratio, double Threshold);
C#
public Audio_Effects_Compressor(int Stream, int ID, double AttackTime, double DecayTime, double GainDB, double Ratio, double Threshold);
Visual Basic
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)
Java
public Audio_Effects_Compressor(int Stream, int ID, double AttackTime, double DecayTime, double GainDB, double Ratio, double Threshold);
IDL
Audio_Effects_Compressor(int Stream, int ID, double AttackTime, double DecayTime, double GainDB, double Ratio, double Threshold);
JavaScript
Audio_Effects_Compressor
PHP
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. 
Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!