Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
WaveAnalysisStop event 
 
Remarks 
 
Occurs when the analysis of a sound's waveform has been completed or aborted. The analysis is started through a previous call to the Waveform.AnalyzeFullSound method. 
 
 
Syntax 
 
[Visual Basic] 
WaveAnalysisStop
ByVal nPlayer as Integer
ByVal nTotalPeaksDetected as Long
ByVal fPeakDurationInMs as single 
)
 
[C++] 
void WaveAnalysisPerc
short nPlayer
long nTotalPeaksDetected
float fPeakDurationInMs 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player that fired the event.
nTotalPeaksDetected
Number representing the amount of peaks detected during the sound's analysis.
fPeakDurationInMs
Floating point number representing the duration in milliseconds of each detected peak.
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents