Copyright © 2013-2017 MultiMedia Soft

PeaksSave method

Previous pageReturn to chapter overviewNext page

Remarks

 

Saves waveform's peaks into a destination file: this saved file can be retrieved at a later time through the PeaksLoad method, allowing a fast retrieval of waveform's peaks without the need to perform a new sound analysis.

 

 

Syntax

 

[Visual Basic]

Public Function PeaksSave (

strPathname as String

) as enumWanErrorCodes


 

[C#]

public enumWanErrorCodes PeaksSave (

string strPathname

);


 

[C++]

public: enumWanErrorCodes PeaksSave (

string strPathname

);


 

 

Parameter

Description

 

 

strPathname

String containing the absolute pathname of the destination file.

 

 

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.