|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.LrcNotifTimingsGet (
ByRef nAdvanceTimeFullLine as Long,
ByRef nRealTimeCompensation as Long
) as Long
|
|
[C++]
long control.LrcNotifTimingsGet (
long *nAdvanceTimeFullLine,
long *nRealTimeCompensation
);
|
|
Parameter
|
Description
|
|
|
|
|
nAdvanceTimeFullLine
|
Reference that, on return from the method call, will contain the advance time, expressed in milliseconds, used to fire the LrcAdvanceTimeLineFull event.
|
|
nRealTimeCompensation
|
Reference that, on return from the method call, will contain the time compensation, expressed in milliseconds, used to fire the LrcRealTimeLineFull and LrcRealTimeLinePortion events.
|
|
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
|