Copyright © 2006-2019 MultiMedia Soft
Resume method
Remarks
Resumes a paused recording session.
Calling this method will generate a RecordingResumed event.
Syntax
[Visual Basic]
control.Resume (
) as enumErrorCodes
[C++]
short control.Resume (
);
Return value
Value
Meaning
Negative value
An error occurred, check the LastError property value in order to see the error code meaning
enumErrorCodes.ERR_NOERROR (0)
The method call was successful.