FreeMemory method |
|
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] Public Function FreeMemory ( ) as enumWanErrorCodes |
[C#] public enumWanErrorCodes FreeMemory ( ); |
[C++] public: enumWanErrorCodes FreeMemory ( ); |
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. |