Copyright © 2013-2017 MultiMedia Soft

FreeMemory method

Previous pageReturn to chapter overviewNext page

Remarks

 

Frees memory allocated by the Waveform Analyzer after a call to the AnalyzeSoundFromFile or AnalyzeSoundFromFileRaw methods and clears its window contents.

 

 

Syntax

 

[Visual Basic]

control.FreeMemory (

) as enumWanErrorCodes


 

[C++]

short control.FreeMemory (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to get the error code

enumWanErrorCodes.ERR_WAN_NOERROR (0)

The method call was successful