Copyright © 2008-2019 MultiMedia Soft

AppendAutomationExecute method

Previous pageReturn to chapter overviewNext page

Remarks

 

Executes an existing append automation session. An append session can be canceled through the AppendAutomationCancel method.

During the execution of the append session, the container application will receive the following set of events:

 

one AppendAutomationStarted event when the session is started
for each source sound a number of AppendAutomationFilePerc events that allows to know the percentage of advancement for the specific source sound being appended
a number of AppendAutomationTotalPerc events that allow to know the percentage of advancement of the overall session
one AppendAutomationDone 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 AppendAutomationExecute (

) as enumErrorCodes


 

[C#]

public enumErrorCodes AppendAutomationExecute (

);


 

[C++]

public: enumErrorCodes AppendAutomationExecute (

);


 

 

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.