Copyright © 2006-2019 MultiMedia Soft

RecordingFinalizationStarted event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the finalization of a recording session begins: during the finalization process a new recording session is appended, mixed or inserted into a previous one.

 

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 RecordingFinalizationStarted As EventHandler


 

[C#]

public event EventHandler RecordingFinalizationStarted;


 

[C++]

public: __event EventHandler RecordingFinalizationStarted;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.