Copyright © 2008-2019 MultiMedia Soft

Effects.EqualizerBandGetCount method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the number of bands currently added to the equalizer.

 

For further details about defining the equalizer settings refer to the How to define an equalizer section.

For further details about methods related to the use of special effects refer to the EffectsMan class.

 

 

Syntax

 

[Visual Basic]

Public Function EqualizerBandGetCount (

) as Int32


 

[C#]

public Int32 EqualizerBandGetCount (

);


 

[C++]

public: Int32 EqualizerBandGetCount (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

Value >= 0

Number of bands available inside the equalizer