|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function SeekPlayPosition (
nPosition as Int32,
nScaleUnits as enumScaleUnits
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes SeekPlayPosition (
Int32 nPosition,
enumScaleUnits nScaleUnits
);
|
|
[C++]
public: enumErrorCodes SeekPlayPosition (
Int32 nPosition,
enumScaleUnits nScaleUnits
);
|
|
Parameter
|
Description
| ||||||||||||||||||
|
|
| ||||||||||||||||||
|
nPosition
|
Number representing the position to reach; it's value depends upon the value of the nScaleUnits parameter
| ||||||||||||||||||
|
nScaleUnits
|
The unit used to define the nPosition parameter.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|