Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
LrcNotifEnableSet method 
 
Remarks 
 
Enables/disabled Lyrics notifications and auto-loading of LRC files. The current status can be obtained through the LrcNotifEnableGet method. 
 
See the How to manage lyrics coming from LRC files section for further details about LRC files. 
 
 
Syntax 
 
[Visual Basic] 
control.LrcNotifEnableSet
bEnable as enumBoolean 
)
 
[C++] 
void control.LrcNotifEnableSet
short bEnable 
);
 
 
Parameter
Description
 
 
bEnable
Boolean value that tells if Lyrics notifications and auto-loading of LRC files must be performed. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
BOOL_FALSE
0
Lyrics notifications and auto-loading of LRC files are disabled
BOOL_TRUE (default)
1
Lyrics notifications and auto-loading of LRC files are enabled
 
Return value 
 
None 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents