MixAutomationDone event |
|
Remarks
Occurs at the end of a mixing automation session. The mixing automation session is started through a previous call to the MixAutomationExecute method.
Syntax
[Visual Basic] MixAutomationDone ( ByVal nResult as enumErrorCodes ) |
[C++] void MixAutomationDone ( long nResult ); |
Parameter |
Description |
||||||||
|
|
||||||||
nResult |
The result of the mixing session.
|