Copyright © 2005-2019 MultiMedia Soft

Spectrum.HasPeaks property

Previous pageReturn to chapter overviewNext page

Remarks

 

Specifies if the embedded Spectrum visual feedback, in order to determine bands height, will use logarithmic calculation (default) or if it will apply a normal FFT calculation.

 

 

Syntax

 

[Visual Basic]

Public Function get_UseLogarithmic (

nPlayerIndex as Int16

) as Boolean

 

Public Sub set_UseLogarithmic (

nPlayerIndex as Int16,

bUseLogarithmic as Boolean

)


 

[C#]

public bool get_UseLogarithmic (

Int16 nPlayerIndex

);

 

public void set_UseLogarithmic (

Int16 nPlayerIndex,

bool bUseLogarithmic

);


 

[C++]

public: bool get_UseLogarithmic (

Int16 nPlayerIndex

);

 

public: void set_UseLogarithmic (

Int16 nPlayerIndex,

bool bUseLogarithmic

);


 

 

 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the player that will use the Spectrum

bUseLogarithmic

Specifies if the embedded Spectrum visual feedback, in order to determine bands height, will use logarithmic calculation (default) or if it will apply a normal FFT calculation.

Supported values are the following:

Mnemonic value

Meaning

false

Use normal FFT calculation

true (default)

Use logarithmic calculation

 

 

See also

 

Spectrum class.

DisplaySpectrum property

How to use the embedded Visual Feedbacks section.