Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
RecordedSound.Stop method 
 
Remarks 
 
Stops a playback session started through a previous call to the RecordedSound.Play or RecordedSound.PlayRange methods. 
 
A successful call to this method will fire the SoundPlaybackStopped event. 
 
For further details about recorded sound methods refer to the RecordedSound class section. 
For further details see the How to perform a recording session section. 
 
 
Syntax 
 
[Visual Basic] 
Public Function Stop
 
[C#] 
public enumErrorCodes Stop
);
 
[C++] 
public: enumErrorCodes Stop
);
 
 
Return value 
 
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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents