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

Returns the value for the current amplification level.

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

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

Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!