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]
Public Function ExportSoundCancel (
) as enumErrorCodes
[C#]
public enumErrorCodes ExportSoundCancel (
);
[C++]
public: enumErrorCodes ExportSoundCancel (
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.