Copyright © 2008-2019 MultiMedia Soft

MixAutomationDone event

Previous pageReturn to chapter overviewNext page

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.

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to see the error code meaning

enumErrorCodes.ERR_NOERROR (0)

The mixing session was completed successfully.