Copyright © 2005-2019 MultiMedia Soft

SoundComposerItemDone event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs whenever playback of a sound added to a sound composer session is completed and the item is removed from the sound composer session itself.

When this event is received, the unique identifier becomes automatically invalid and cannot be used for further actions.

 

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

 

 

Syntax

 

[Visual Basic]

Public Event SoundComposerItemDone As SoundComposerItemDoneEventHandler


 

[C#]

public event SoundComposerItemDoneEventHandler SoundComposerItemDone;


 

[C++]

public: __event SoundComposerItemDoneEventHandler SoundComposerItemDone;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nPlayerIndex

Number representing the zero-based index of the player that fired the event

nUniqueId

Unique identifier of the item.