|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.LrcTimeTagsSimpleGetAt (
nPlayer as Integer,
nIndex as Long,
ByRef nPosition as Long
) as Long
|
|
[C++]
long control.LrcTimeTagsSimpleGetAt (
short nPlayer,
long nIndex,
long *nPosition
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
|
nIndex
|
Zero-based index of the Line Time Tag
|
|
nPosition
|
Reference that, on return from the method call, will contain the Line Time Tag position expressed in milliseconds.
|
|
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
|