Copyright © 2008-2019 MultiMedia Soft

MixAutomationCancel method

Previous pageReturn to chapter overviewNext page

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]

Public Function MixAutomationCancel (

) as enumErrorCodes


 

[C#]

public enumErrorCodes MixAutomationCancel (

);


 

[C++]

public: enumErrorCodes MixAutomationCancel (

);


 

 

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.