Copyright © 2005-2019 MultiMedia Soft

LrcNotifTimingsSet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Sets the current timings for lyrics notification events. Current timings can be obtained through the LrcNotifTimingsGet method.

 

See the How to manage lyrics coming from LRC files section for further details about LRC files.

 

 

Syntax

 

[Visual Basic]

Public Function LrcNotifTimingsSet (

nAdvanceTimeFullLine as Int32,

nRealTimeCompensation as Int32

) as string


 

[C#]

public string LrcNotifTimingsSet (

Int32 nAdvanceTimeFullLine,

Int32 nRealTimeCompensation

);


 

[C++]

public: string LrcNotifTimingsSet (

Int32 nAdvanceTimeFullLine,

Int32 nRealTimeCompensation

);


 

 

Parameter

Description

 

 

nAdvanceTimeFullLine

The advance time, expressed in milliseconds, used to fire the LrcAdvanceTimeLineFull event.

nRealTimeCompensation

The time compensation, expressed in milliseconds, used to fire the LrcRealTimeLineFull and LrcRealTimeLinePortion events.

 

 

Return value

 

Value

Meaning

 

 

Empty string

The line was empty or an error occurred (see the LastError property for further error details)

Valid string

String containing the line of text