Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
LrcNotifTimingsSet method 
 
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] 
control.LrcNotifTimingsGet
nAdvanceTimeFullLine as Long, 
nRealTimeCompensation as Long 
) as Long
 
[C++] 
long control.LrcNotifTimingsGet
long nAdvanceTimeFullLine, 
long 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 text of the requested enhanced tag
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents