Copyright © 2001-2019 MultiMedia Soft

SpectrumEnh.SettingsGeneralGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the current general settings for the enhanced spectrum analyzer of the given player. Settings can be modified through the SpectrumEnh.SettingsGeneralSet method.

 

For further details about using the Enhanced Spectrum Analyzer refer to the SpectrumEnh section.

For details about using the Enhanced Spectrum Analyzer refer to the How to use the Enhanced Spectrum Analyzer tutorial.

For details about using other embedded Visual Feedbacks refer to the How to use the embedded Visual Feedbacks section

 

 

Syntax

 

[Visual Basic]

control.SpectrumEnh.SettingsGeneralGet (

short nPlayer,

ByRef settings as Long

) as enumErrorCodes


 

[C++]

short control.SpectrumEnh.SettingsGeneralGet (

short nPlayer,

void *settings

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the player that will use the spectrum analyzer.

settings

Address of a structure of type SPECTR_ENH_GENERAL_SETTINGS that, on return from the method call, will contain the current general settings.

 

 

Return value

 

Value

Meaning

 

 

Negative value

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

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.