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

Returns the value for the current amplification level.

Pascal
function Audio_Effects_DynamicAmplify_GetCurrentAmp(ID: Integer): Double;
C++
__fastcall Double Audio_Effects_DynamicAmplify_GetCurrentAmp(int ID);
C#
public Double Audio_Effects_DynamicAmplify_GetCurrentAmp(int ID);
Visual Basic
Public Function Audio_Effects_DynamicAmplify_GetCurrentAmp(ID As Integer) As Double
Java
public Double Audio_Effects_DynamicAmplify_GetCurrentAmp(int ID);
IDL
Double Audio_Effects_DynamicAmplify_GetCurrentAmp(int ID);
JavaScript
Audio_Effects_DynamicAmplify_GetCurrentAmp
PHP
public Double Audio_Effects_DynamicAmplify_GetCurrentAmp($ID);
Parameters 
Description 
ID: Integer 
Effect ID. 

Returns the value for the current amplification level, 0 if error happen.

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