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

Sets the current level of audio volume for the selected equalizer band(slider).

Pascal
procedure Audio_Effects_Equalizer_Band_Set(ID: Integer; Index: Integer; Value: Integer);
C++
__fastcall Audio_Effects_Equalizer_Band_Set(int ID, int Index, int Value);
C#
public Audio_Effects_Equalizer_Band_Set(int ID, int Index, int Value);
Visual Basic
Public Sub Audio_Effects_Equalizer_Band_Set(ID As Integer, Index As Integer, Value As Integer)
Java
public Audio_Effects_Equalizer_Band_Set(int ID, int Index, int Value);
IDL
Audio_Effects_Equalizer_Band_Set(int ID, int Index, int Value);
JavaScript
Audio_Effects_Equalizer_Band_Set
PHP
public Audio_Effects_Equalizer_Band_Set($ID, $Index, $Value);
Parameters 
Description 
ID: Integer 
Effect ID. 
Index: Integer 
Band index. 
Value: Integer 
Value. 
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!