ConvertAutomationExecute method |
|
Remarks
Starts the conversion automation session.
A conversion automation session can be stopped at any time through a call to the ConvertFileCancel method.
For each sound file being converted the call to this method will fire the ConvertSoundFileStarted event followed by a number of ConvertSoundFilePerc events and finally by the ConvertSoundFileDone event.
For further information about sound files conversion see the How to convert format of sound files tutorial.
Syntax
[Visual Basic] control.ConvertAutomationExecute ( ) as enumErrorCodes |
[C++] short control.ConvertAutomationExecute ( ); |
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. |