Copyright © 2008-2019 MultiMedia Soft

MixAutomationExecute method

Previous pageReturn to chapter overviewNext page

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]

Public Function MixAutomationExecute (

) as enumErrorCodes


 

[C#]

public enumErrorCodes MixAutomationExecute (

);


 

[C++]

public: enumErrorCodes MixAutomationExecute (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.