VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Audio_Effects_DynamicAmplify Method

Sets the parameters for the Dynamic Amplify effect.

Pascal
procedure Audio_Effects_DynamicAmplify(ID: Integer; AttackTime: Integer; MaxAmplification: Integer; ReleaseTime: Integer);
C++
__fastcall Audio_Effects_DynamicAmplify(int ID, int AttackTime, int MaxAmplification, int ReleaseTime);
C#
public Audio_Effects_DynamicAmplify(int ID, int AttackTime, int MaxAmplification, int ReleaseTime);
Visual Basic
Public Sub Audio_Effects_DynamicAmplify(ID As Integer, AttackTime As Integer, MaxAmplification As Integer, ReleaseTime As Integer)
Java
public Audio_Effects_DynamicAmplify(int ID, int AttackTime, int MaxAmplification, int ReleaseTime);
IDL
Audio_Effects_DynamicAmplify(int ID, int AttackTime, int MaxAmplification, int ReleaseTime);
JavaScript
Audio_Effects_DynamicAmplify
PHP
public Audio_Effects_DynamicAmplify($ID, $AttackTime, $MaxAmplification, $ReleaseTime);
Parameters 
Description 
ID: Integer 
Effect ID. 
AttackTime: Integer 
Specifies the amplification value than will be used when amplifying. 
MaxAmplification: Integer 
Sets the amplification for a channel. Default value is 10000, which means that no amplification occurs. A value of 20000 raises the amplification by 2.  
ReleaseTime: Integer 
Specifies the time in milliseconds that the DSP will wait to continue amplification, after the maximum has been reached.  

DSP Filter to automatically keep the volume eat a specific maximum value.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!