|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function LrcTimeTagsEnhGetAt (
nPlayerIndex as Int16,
nIndex as Int32,
ByRef nPosition as Int32,
ByRef nDuration as Int32
) as string
|
|
[C#]
public string LrcTimeTagsEnhGetAt (
Int16 nPlayerIndex,
Int32 nIndex,
ref Int32 nPosition,
ref Int32 nDuration
);
|
|
[C++]
public: string LrcTimeTagsEnhGetAt (
Int16 nPlayerIndex,
Int32 nIndex,
Int32 __gc *nPosition,
Int32 __gc *nDuration
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
|
nIndex
|
Zero-based index of the Enhanced Time Tag
|
|
nPosition
|
Reference that, on return from the method call, will contain the Enhanced Time Tag position expressed in milliseconds.
|
|
nDuration
|
Reference that, on return from the method call, will contain the Enhanced Time Tag duration 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
|