Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
SeekSound method 
 
Remarks 
 
Moves the given player to the specified position over the current song.  
 
 
Syntax 
 
[Visual Basic] 
control.SeekSound
nPlayer as Integer
nOffset as Long 
 
[C++] 
short control.SeekSound
short nPlayer
long nOffset 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the involved player
nOffset
Number representing the position to reach; it's value depends upon the value of the ScaleUnits property
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
enumErrorCodes.ERR_NOERROR (0)
The call was successful.
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents