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 specifies 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
|