|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
LrcRealTimeLinePortion (
ByVal nPlayer as Integer,
ByVal nLineIndex as Integer,
ByVal strLine as String,
ByVal nPosition as Long,
ByVal nDuration as Long
)
|
|
[C++]
void LrcRealTimeLinePortion (
short nPlayer,
short nItemIndex,
LPCTSTR strLine,
long nPosition,
long nDuration
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the player that fired the event
|
|
nItemIndex
|
The zero based-index of the Enhanced Time Tag
|
|
strLine
|
String containing the Enhanced Time Tag which is a portion of a Line Time Tag
|
|
nPosition
|
Position, expressed in milliseconds, within the song of the Enhanced Time Tag
|
|
nDuration
|
Duration, expressed in milliseconds, of the Enhanced Time Tag
|