Copyright © 2008-2019 MultiMedia Soft
ConvertAutomationReset method
Remarks
Resets contents of the conversion automation list.
For further information about sound files conversion see the How to convert format of sound files tutorial.
Syntax
[Visual Basic]
Public Function ConvertAutomationReset (
) as enumErrorCodes
[C#]
public enumErrorCodes ConvertAutomationReset (
);
[C++]
public: enumErrorCodes ConvertAutomationReset (
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.