Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
BeatsDetectGetBeatsCount method 
 
Remarks 
 
Obtains the total number of beats detected during a previous offline beats detection analysis performed through a previous call to the BeatsDetectRequest method. 
Each detected position can be obtained calling the BeatsDetectGetBeatPos method. 
 
For further details about beats detection refer to the How to detect beats positions and BPM tutorial. 
 
 
Syntax 
 
[Visual Basic] 
control.BeatsDetectGetBeatsCount
nPlayer as Integer 
) as Long
 
[C++] 
long control.BeatsDetectGetBeatsCount
short nPlayer 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the involved player
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
Value >= 0
The number of detected beats
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents