Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
SetOverwritePos method 
 
Remarks 
 
Sets the position where a new recording session (whose recording mode has been set to REC_MODE_OVERWRITE through a call to the SetRecordingMode method) will overwrite an existing one. 
 
For further details see the How to perform a recording session section. 
 
 
Syntax 
 
[Visual Basic] 
Public Function SetOverwritePos
nPosition as Int32 
 
[C#] 
public enumErrorCodes SetOverwritePos
Int32 nPosition 
);
 
[C++] 
public: enumErrorCodes SetOverwritePos
Int32 nPosition 
);
 
 
 
Parameter
Description
 
 
nPosition
Overwrite position expressed in milliseconds.
 
 
 
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