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

Sets parameters for the amplify effect.

Pascal
procedure Audio_Effects_Amplify(ID: Integer; Volume: Integer; Separate: Boolean);
C++
__fastcall Audio_Effects_Amplify(int ID, int Volume, Boolean Separate);
C#
public Audio_Effects_Amplify(int ID, int Volume, Boolean Separate);
Visual Basic
Public Sub Audio_Effects_Amplify(ID As Integer, Volume As Integer, Separate As Boolean)
Java
public Audio_Effects_Amplify(int ID, int Volume, Boolean Separate);
IDL
Audio_Effects_Amplify(int ID, int Volume, Boolean Separate);
JavaScript
Audio_Effects_Amplify
PHP
public Audio_Effects_Amplify($ID, $Volume, Boolean $Separate);
Parameters 
Description 
ID: Integer 
Effect ID. 
Volume: 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. If separate is True, then every channel will be amplified by it's channel amplification value. If separate is False, then every channel is amplified with the value of channel 0.  
Separate: Boolean 
Enables or Disables separate amplification. If Enabled every channel will be amplified by it's own amplification value. If Disabled every channel will be amplified with the amplification value of channel 0.  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!