Copyright © 2001-2019 MultiMedia Soft

Effects.EqualizerBandCountGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the number of bands currently available inside the equalizer.

 

For further details about defining the equalizer settings refer to the How to create and use an Equalizer section.

See the How to apply special effects to a playing sound section for further details.

 

 

Syntax

 

[Visual Basic]

control.Effects.EqualizerBandCountGet (

nPlayer as Integer,

nCount as Integer

) as enumErrorCodes


 

[C++]

short control.Effects.EqualizerBandCountGet (

short nPlayer,

short *nCount

);


 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the involved player

nCount

Reference that, on return from the method call, will contain the number of bands available inside the equalizer

 

 

Return value

 

Value

Meaning

 

 

Negative value

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

enumErrorCodes.NOERROR (0)

The method call was successful.