OnAppendAutomationFilePerc event |
|
Remarks
Occurs during an append automation session in order to inform about the advancement percentage of a single element of the session. You can be informed about the total advancement of the append session through the OnPercentage event.
The append automation session is started through a previous call to the AppendAutomationExecute method.
This event replaces the usage of the CallbackAppendAutomationFilePerc delegate and is only intended for usage with applications developed using Visual Basic 6 (which results unreliable when dealing with delegates and callbacks) and, in order to be enabled, requires a call to the COMEventEnable method with the nEventType parameter set to EVENT_TYPE_EDT_APPEND_PERC.
Syntax
[Visual Basic 6] Private Sub EditorApi_OnAppendAutomationFilePerc ( _ ByVal nPercentage As Integer, _ ByVal nFileCounter As Integer _ )
where "EditorApi" is declared in Visual Basic 6 code as:
Dim WithEvents EditorApi As AudioSoundEditorApi.AudioSoundEditorApiObj |
Event Data
Parameters |
Description |
|
|
nPercentage |
Number representing the current percentage of advancement for the file currently being appended by the append automation session |
nFileCounter |
Number representing the counter of the file currently being appended |