Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
LrcTimeTagsSimpleGetCount method 
 
Remarks 
 
Obtains the number of Line Time Tags stored inside the Lyrics LRC file. The text of each single line and its timing position, expressed in milliseconds, can be obtained through the LrcTimeTagsSimpleGetAt method. 
 
See the How to manage lyrics coming from LRC files section for further details about LRC files. 
 
 
Syntax 
 
[Visual Basic] 
control.LrcTimeTagsSimpleGetCount
nPlayer as Integer 
) as Long
 
[C++] 
long control.LrcTimeTagsSimpleGetCount
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
Number of Line Time Tags
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents