Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Audio_Effects_DynamicAmplify Method

Sets the parameters for the Dynamic Amplify effect.

Pascal
procedure Audio_Effects_DynamicAmplify(Stream: Integer; ID: Integer; AttackTime: Integer; MaxAmplification: Integer; ReleaseTime: Integer);
C++
__fastcall Audio_Effects_DynamicAmplify(int Stream, int ID, int AttackTime, int MaxAmplification, int ReleaseTime);
C#
public Audio_Effects_DynamicAmplify(int Stream, int ID, int AttackTime, int MaxAmplification, int ReleaseTime);
Visual Basic
Public Sub Audio_Effects_DynamicAmplify(Stream As Integer, ID As Integer, AttackTime As Integer, MaxAmplification As Integer, ReleaseTime As Integer)
Java
public Audio_Effects_DynamicAmplify(int Stream, int ID, int AttackTime, int MaxAmplification, int ReleaseTime);
IDL
Audio_Effects_DynamicAmplify(int Stream, int ID, int AttackTime, int MaxAmplification, int ReleaseTime);
JavaScript
Audio_Effects_DynamicAmplify
Parameters 
Description 
Stream: Integer 
Stream ID. 
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) 2013. All rights reserved.
What do you think about this topic? Send feedback!