Copyright © 2008-2019 MultiMedia Soft

ConvertFileCancel method

Previous pageReturn to chapter overviewNext page

Remarks

 

Cancels a sound file conversion started through the ConvertFile, ConvertFileRange, ConvertFileRaw and ConvertFileRawRange methods or a conversion automation session started through the ConvertAutomationExecute method.

 

For further information about sound files conversion see the How to convert format of sound files tutorial.

 

 

Syntax

 

[Visual Basic]

Public Function ConvertFileCancel (

) as enumErrorCodes


 

[C#]

public enumErrorCodes ConvertFileCancel (

);


 

[C++]

public: enumErrorCodes ConvertFileCancel (

);


 

 

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.