Copyright © 2011-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 CallbackAppendAutomationFilePerc delegate is invoked in order to notify about the percentage of advancement of each single file added to the automation session and the overall percentage of advancement is notified through the CallbackPercentage delegate having the nOperation parameter set to OPERATION_APPEND_AUTOM_TOTAL.

 

For further information about management of append automation sessions refer to the How to mix or append several sounds in one single shot tutorial.

For further details about callback delegates see the How to synchronize the container application with the API 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.