RecordingOutputFileSwitch event |
|
Remarks
Occurs, during a recording session, when the output file is switched through a call to the SwitchOutputFile or the SwitchOutputFileEx methods.
For further details see the How to perform a recording session section.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
Syntax
[Visual Basic] Public Event RecordingOutputFileSwitch As RecordingOutputFileSwitchEventHandler |
[C#] public event RecordingOutputFileSwitchEventHandler RecordingOutputFileSwitch; |
[C++] public: __event RecordingOutputFileSwitchEventHandler* RecordingOutputFileSwitch; |
Event Data
The event handler receives an argument of type RecordingOutputFileSwitchEventArgs having the following parameters:
Parameters |
Description |
|
|
nFileId |
Number representing the zero-based index of the file that has been switched to another one. |