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 AnalyzeSoundFromFile, AnalyzeSoundFromFileRaw or ExternalSoundAnalysisStop methods.
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 having the following parameters:
Parameters |
Description |
|
|
nPercentage |
Number representing the percentage of advancement for the current sound analysis |