Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
Stop method 
 
Remarks 
 
Stops the current recording session. 
Calling this method will generate a RecordingStopped event.  
 
For details about the encoding format and parameters applied during recording 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