Copyright © 2013-2017 MultiMedia Soft

AnalyzeLastSessionAgain method

Previous pageReturn to chapter overviewNext page

Remarks

 

Performs a new waveform analysis using the same sound data used in a previous session. This may be useful when analyzed sound data remains unchanged but the resolution of the waveform analysis is changed through a call to the SettingsGeneralSet method where the nResolution field of the WANALYZER_GENERAL_SETTINGS data structure has been modified.

 

 

Syntax

 

[Visual Basic]

Public Function AnalyzeLastSessionAgain (

) as enumWanErrorCodes


 

[C#]

public enumWanErrorCodes AnalyzeLastSessionAgain (

);


 

[C++]

public: enumWanErrorCodes AnalyzeLastSessionAgain (

);


 

 

 

Return value

 

Value

Meaning

 

 

Negative value

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

enumWanErrorCodes.ERR_WAN_NOERROR (0)

The method call was successful.