Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
WaveAnalysisPerc event 
 
Remarks 
 
Occurs during the analysis of a sound's waveform in order to notify the container application about the analysis advancement. The analysis is started through a previous call to the Waveform.AnalyzeFullSound method. 
 
 
Syntax 
 
[Visual Basic] 
WaveAnalysisPerc
ByVal nPlayer as Integer
ByVal nPercentage as Integer 
)
 
[C++] 
void WaveAnalysisPerc
short nPlayer
short nPercentage 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player that fired the event
nPercentage
Number representing the percentage of advancement for the current sound analysis
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents