VisioForge Video Capture SDK (Delphi / ActiveX)
|
Gets the current level of audio volume for the selected equalizer band(slider).
function Audio_Effects_Equalizer_Band_Get(ID: Integer; Index: Integer): Integer;
__fastcall int Audio_Effects_Equalizer_Band_Get(int ID, int Index);
public int Audio_Effects_Equalizer_Band_Get(int ID, int Index);
Public Function Audio_Effects_Equalizer_Band_Get(ID As Integer, Index As Integer) As Integer
public int Audio_Effects_Equalizer_Band_Get(int ID, int Index);
int Audio_Effects_Equalizer_Band_Get(int ID, int Index);
Audio_Effects_Equalizer_Band_Get
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!
|