Media Player SDK
|
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
Parameters |
Description |
Stream: Integer |
Stream ID. |
ID: Integer |
Effect ID. |
Returns the value for the current amplification level, 0 if error happen.
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|