|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
WaveAnalysisPerc (
ByVal nPlayer as Integer,
ByVal nPercentage as Integer
)
|
|
[C++]
void WaveAnalysisPerc (
short nPlayer,
short nPercentage
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
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
|