VisioForge Video Edit SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoEdit.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(Stream: Integer; ID: Integer; Index: Integer): Integer;
C++
__fastcall int Audio_Effects_Equalizer_Band_Get(int Stream, int ID, int Index);
C#
public int Audio_Effects_Equalizer_Band_Get(int Stream, int ID, int Index);
Visual Basic
Public Function Audio_Effects_Equalizer_Band_Get(Stream As Integer, ID As Integer, Index As Integer) As Integer
Java
public int Audio_Effects_Equalizer_Band_Get(int Stream, int ID, int Index);
IDL
int Audio_Effects_Equalizer_Band_Get(int Stream, int ID, int Index);
JavaScript
Audio_Effects_Equalizer_Band_Get
PHP
public Audio_Effects_Equalizer_Band_Get($Stream, $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.

Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!