Copyright © 2005-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] 
Public Event WaveAnalysisPerc As WaveAnalysisPercEventHandler
 
[C#] 
public event WaveAnalysisPercEventHandler WaveAnalysisPerc;
 
[C++] 
public: __event WaveAnalysisPercEventHandler WaveAnalysisPerc;
 
 
Event Data 
 
The event handler receives an argument of type WaveAnalysisPercEventArgs. 
 
WaveAnalysisPercEventArgs members
Description
 
 
nPlayerIndex
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 © 2005-2008 MultiMedia Soft 
Return to Table of contents