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

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

Pascal
function Audio_Effects_Equalizer_Band_Get(ID: Integer; Index: Integer): Integer;
C++
__fastcall int Audio_Effects_Equalizer_Band_Get(int ID, int Index);
C#
public int Audio_Effects_Equalizer_Band_Get(int ID, int Index);
Visual Basic
Public Function Audio_Effects_Equalizer_Band_Get(ID As Integer, Index As Integer) As Integer
Java
public int Audio_Effects_Equalizer_Band_Get(int ID, int Index);
IDL
int Audio_Effects_Equalizer_Band_Get(int ID, int Index);
JavaScript
Audio_Effects_Equalizer_Band_Get
PHP
public Audio_Effects_Equalizer_Band_Get($ID, $Index);
Parameters 
Description 
ID: Integer 
Effect ID. 
Index: Integer 
Band index. 

Gets the current level of audio volume for the selected equalizer band(slider), 0 if error happen.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!