Copyright © 2006-2019 MultiMedia Soft

SoundExportPerc event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs during a sound's exporting session, to notify the actual advancement percentage.

 

For further details see the How to export a recorded sound section.

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

 

 

Syntax

 

[Visual Basic]

Public Event SoundExportPerc As SoundExportPercEventHandler


 

[C#]

public event SoundExportPercEventHandler SoundExportPerc;


 

[C++]

public: __event SoundExportPercEventHandler* SoundExportPerc;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nPercentage

Number representing the current advancement percentage of the sound exporting session