|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Event WaveAnalysisStop As WaveAnalysisStopEventHandler
|
|
[C#]
public event WaveAnalysisStopEventHandler WaveAnalysisStop;
|
|
[C++]
public: __event WaveAnalysisStopEventHandler WaveAnalysisStop;
|
|
WaveAnalysisStopEventArgsEventArgs members
|
Description
|
|
|
|
|
nTotalPeaksDetected
|
Number representing the amount of peaks detected during the sound's analysis.
|
|
fPeakDurationInMs
|
Floating point number representing the duration in milliseconds of each detected peak.
|