|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function EqualizerBandGetCount (
nPlayerIndex as Int16
) as Int32
|
|
[C#]
public Int32 EqualizerBandGetCount (
Int16 nPlayerIndex
);
|
|
[C++]
public: Int32 EqualizerBandGetCount (
Int16 nPlayerIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayerIndex
|
Number representing the zero-based index of the involved player
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
Value >= 0
|
Number of bands available inside the equalizer
|