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