|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.EqualizerBandGetFrequency (
nPlayer as Integer,
nIndex as Long
) as Single
|
|
[C++]
float control.EqualizerBandGetFrequency (
short nPlayer,
long nIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
|
nIndex
|
Zero-based index of the equalizer's band
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
Value >= 0
|
The current frequency, expressed in Hertz, of the given band
|