Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
LrcFileAvailable event 
 
Remarks 
 
Occurs when a lyrics LRC file is found and loaded. 
 
See the How to manage lyrics coming from LRC files section for further details about LRC files. 
 
 
Syntax 
 
[Visual Basic] 
LrcFileAvailable
ByVal nPlayer as Integer
ByVal bIsEnhanced as enumBoolean 
)
 
[C++] 
void LrcFileAvailable
short nPlayer
short bIsEnhanced 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player that fired the event
bIsEnhanced
Boolean value that specifies if the loaded LRC file is simple or enhanced. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
BOOL_FALSE
0
LRC file is in simple format
BOOL_TRUE
1
LRC file is in enhanced format
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents