Copyright © 2008-2019 MultiMedia Soft
ExportSoundCancel method
Remarks
Stops an existing exporting session started through a call to the ExportToFile method.
For further details see the How to export edited sounds tutorial.
Syntax
[Visual Basic]
control.ExportSoundCancel (
) as enumErrorCodes
[C++]
short control.ExportSoundCancel (
);
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.