|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.VideoPlayer.Seek (
nPlayer as Integer,
nPosition as Long
) as enumErrorCodes
|
|
[C++]
short control.VideoPlayer.Seek (
short nPlayer,
long nPosition
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the player that will play the sound range
|
|
nPosition
|
New position expressed in milliseconds
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred, check the LastError property value in order to get the error code
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The method call was successful
|