MixAutomationCancel method |
|
Remarks
Cancels a running mixing automation session.
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.MixAutomationCancel ( ) as enumErrorCodes |
[C++] short control.MixAutomationCancel ( ); |
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. |