|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function SetMixingPos (
nPosition as Int32
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes SetMixingPos (
Int32 nPosition
);
|
|
[C++]
public: enumErrorCodes SetMixingPos (
Int32 nPosition
);
|
|
Parameter
|
Description
|
|
|
|
|
nPosition
|
Mixing position expressed in milliseconds.
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred. Check the LastError property value in order to see the last error.
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The method call was successful.
|