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] 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. |