Copyright © 2001-2019 MultiMedia Soft

LrcNotifEnableSet method

Previous pageReturn to chapter overviewNext page

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