Copyright © 2006-2019 MultiMedia Soft

WaveformAnalyzer.PeaksLoad method

Previous pageReturn to chapter overviewNext page

Remarks

 

Loads waveform's peaks from a source file previously saved through the WaveformAnalyzer.PeaksSave method.

 

This method allows a fast retrieval of waveform's peaks without the need to perform a new sound analysis through the WaveformAnalyzer.AnalyzeFullSound method.

 

For details about the use of the Waveform Analyzer refer to the How to use the Waveform Analyzer section.

For further details about methods of the Waveform Analyzer refer to the WaveformAnalyzer class section.

 

 

Syntax

 

[Visual Basic]

Public Function PeaksLoad (

strPathname as String

) as enumErrorCodes


 

[C#]

public enumErrorCodes PeaksLoad (

string strPathname

);


 

[C++]

public: enumErrorCodes PeaksLoad (

string strPathname

);


 

 

Parameter

Description

 

 

strPathname

String containing the absolute pathname of the source file.

 

 

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.