MixAutomationPerc event |
|
Remarks
Occurs during a mix automation session in order to inform about the advancement percentage.
The append automation session is started through a previous call to the MixAutomationExecute method.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
Syntax
[Visual Basic] Public Event MixAutomationPerc As MixAutomationPercEventHandler |
[C#] public event MixAutomationPercEventHandler MixAutomationPerc; |
[C++] public: __event MixAutomationPercEventHandler MixAutomationPerc; |
Event Data
The event handler receives an argument of type MixAutomationPercPercEventArgs having the following parameters:
Parameters |
Description |
|
|
nPercentage |
Number representing the current percentage of mixing advancement |