Copyright © 2006-2019 MultiMedia Soft

Resume method

Previous pageReturn to chapter overviewNext page

Remarks

 

Resumes a paused recording session.

 

Calling this method will cause the container application to be notified through the CallbackForRecordersEvents delegate invoked with the nEvent parameter set to EV_REC_RESUMED.

 

 

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.