Copyright © 2008-2019 MultiMedia Soft

SoundsJoinPerc event

Previous pageReturn to chapter overviewNext page

Remarks

 

Notifies the advancement status, expressed in percentage, of the mono sound files joining session started through a previous call to the JoinFilesFromDisk method.

 

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

 

 

Syntax

 

[Visual Basic]

Public Event SoundsJoinPerc As SoundsJoinPercEventHandler


 

[C#]

public event SoundsJoinPercEventHandler SoundsJoinPerc;


 

[C++]

public: __event SoundsJoinPercEventHandler SoundsJoinPerc;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nPercentage

Number representing the percentage of advancement for the joining session