Copyright © 2005-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] 
Public Sub LrcNotifEnableSet
bEnable as Boolean 
)
 
[C#] 
public void LrcNotifEnableSet
bool bEnable 
);
 
[C++] 
public: void LrcNotifEnableSet
bool 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: 
Value
Meaning
false
Lyrics notifications and auto-loading of LRC files are disabled
true
Lyrics notifications and auto-loading of LRC files are enabled
 
Return value 
 
None 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents