Copyright © 2006-2019 MultiMedia Soft

WaveformAnalyzer.PeaksSave method

Previous pageReturn to chapter overviewNext page

Remarks

 

Saves waveform's peaks into a destination file.

 

This file can be retrieved at a later time through the WaveformAnalyzer.PeaksLoad method, allowing 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 object section.

 

 

Syntax

 

[Visual Basic]

control.WaveformAnalyzer.PeaksSave (

strPathname as String

) as enumErrorCodes


 

[C++]

short control.WaveformAnalyzer.PeaksSave (

LPCTSTR 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)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.