Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
WaveAnalysisStart event 
 
Remarks 
 
Occurs when the analysis of a sound's waveform begins. The analysis is started through a previous call to the Waveform.AnalyzeFullSound method. 
 
 
Syntax 
 
[Visual Basic] 
WaveAnalysisStart
ByVal nPlayer as Integer 
)
 
[C++] 
void WaveAnalysisStart
short nPlayer 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player that fired the event
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents