Copyright © 2008-2019 MultiMedia Soft

ConvertAutomationReset method

Previous pageReturn to chapter overviewNext page

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]

control.ConvertAutomationReset (

) as enumErrorCodes


 

[C++]

short control.ConvertAutomationReset (

);


 

 

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.