| Alvas.Audio Class Library |
|
Player.ChangePosition Method
Changes the current position in milliseconds.
[Visual Basic]
Public Function ChangePosition( _
ByVal
mS As
Integer _
) As
Integer
[C#]
public
int ChangePosition(
Int32 mS);
Parameters
-
mS
-
Return Value
Returns 0 if successful or error number otherwise. Use GetErrorString static function to describe error number.
See Also
Player Class | Alvas.Audio Namespace