Copyright © 2006-2019 MultiMedia Soft

RecordedSound.CancelExportToFile method

Previous pageReturn to chapter overviewNext page

Remarks

 

Stops an existing exporting session started through a call to the RecordedSound.RequestExportToFile method.

 

For further details about recorded sound methods refer to the RecordedSound object section.

For further details see the How to export a recorded sound section.

 

 

Syntax

 

[Visual Basic]

control.RecordedSound.CancelExportToFile (

) as enumErrorCodes


 

[C++]

short control.RecordedSound.CancelExportToFile (

);


 

 

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.