Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
PauseSound method 
 
Remarks 
 
Pauses a playing song 
 
A successful call to this method will fire the SoundPaused event.  
 
 
Syntax 
 
[Visual Basic] 
control.PauseSound
nPlayer as Integer 
 
[C++] 
short control.PauseSound
short nPlayer 
);
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the involved player
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
enumErrorCodes.NOERROR (0)
The call was successful.
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents