Copyright © 2006-2019 MultiMedia Soft

RecordingPerc event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs, during a file/memory/clipboard based recording session, to notify the actual recording percentage

 

For further details see the How to record from files, memory or clipboard section.

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event RecordingPerc As RecordingPercEventHandler


 

[C#]

public event RecordingPercEventHandler RecordingPerc;


 

[C++]

public: __event RecordingPercEventHandler* RecordingPerc;


 

 

Event Data

 

The event handler receives an argument of type RecordingPercEventArgs having the following parameters:

 

Parameters

Description

 

 

nPercentage

Number representing the current advancement percentage of the recording session