|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.EqualizerBandRemove (
nPlayer as Integer,
fFrequency as Single
) as Single
|
|
[C++]
float control.EqualizerBandRemove (
short nPlayer,
float fFrequency
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
|
fFrequency
|
Frequency, expressed in Hertz, of the band to remove from the equalizer
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|