Copyright © 2006-2019 MultiMedia Soft

Pause method

Previous pageReturn to chapter overviewNext page

Remarks

 

Pauses the current 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_PAUSED.

 

 

Syntax

 

[Visual Basic]

Public Function Pause (

) as enumErrorCodes


 

[C#]

public enumErrorCodes Pause (

);


 

[C++]

public: enumErrorCodes Pause (

);


 

 

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.