Copyright © 2008-2019 MultiMedia Soft

SoundComposerPerc event

Previous pageReturn to chapter overviewNext page

Remarks

 

Notifies the advancement status, expressed in percentage, of the sound composer session started through a call to the SoundComposer.SessionComposeItems method.

 

For further details about sound composing see the the SoundComposerMan class and the How to compose a sound tutorial.

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

 

 

Syntax

 

[Visual Basic]

Public Event SoundComposerPerc As SoundComposerPercEventHandler


 

[C#]

public event SoundComposerPercEventHandler SoundComposerPerc;


 

[C++]

public: __event SoundComposerPercEventHandler SoundComposerPerc;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nPercentage

Number representing the current percentage of the sound composer session