VisioForge Video Edit SDK (Delphi / ActiveX)
|
Returns the value for the current amplification level.
function Audio_Effects_DynamicAmplify_GetCurrentAmp(Stream: Integer; ID: Integer): double;
__fastcall double Audio_Effects_DynamicAmplify_GetCurrentAmp(int Stream, int ID);
public double Audio_Effects_DynamicAmplify_GetCurrentAmp(int Stream, int ID);
Public Function Audio_Effects_DynamicAmplify_GetCurrentAmp(Stream As Integer, ID As Integer) As double
public double Audio_Effects_DynamicAmplify_GetCurrentAmp(int Stream, int ID);
double Audio_Effects_DynamicAmplify_GetCurrentAmp(int Stream, int ID);
Audio_Effects_DynamicAmplify_GetCurrentAmp
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.
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|