Copyright © 2006-2019 MultiMedia Soft
Resume method
Remarks
Resumes a paused recording session.
Calling this method will generate a RecordingResumed event.
Syntax
[Visual Basic]
Public Function Resume (
) as enumErrorCodes
[C#]
public enumErrorCodes Resume (
);
[C++]
public: enumErrorCodes Resume (
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.