MixAutomationExecute method |
|
Remarks
Executes an existing mixing automation session. A mixing session can be canceled through the MixAutomationCancel method.
During the execution of the mixing session, the container application will receive the following set of events:
• | one MixAutomationStarted event when the session is started |
• | a number of MixAutomationPerc events that allows to know the percentage of advancement of the session |
• | one MixAutomationDone event when the session is completed |
For further information about management of append automation sessions refer to the How to mix or append several sounds in one single shot tutorial.
Syntax
[Visual Basic] control.MixAutomationExecute ( ) as enumErrorCodes |
[C++] short control.MixAutomationExecute ( ); |
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. |