|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
WaveAnalysisStop (
ByVal nPlayer as Integer,
ByVal nTotalPeaksDetected as Long,
ByVal fPeakDurationInMs as single
)
|
|
[C++]
void WaveAnalysisPerc (
short nPlayer,
long nTotalPeaksDetected,
float fPeakDurationInMs
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the player that fired the event.
|
|
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.
|