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] WaveAnalysisPerc ( ByVal nPercentage as integer ) |
[C++] void WaveAnalysisPerc ( short nPercentage ); |
Parameter |
Description |
|
|
nPercentage |
Number representing the percentage of advancement for the current sound analysis |