Copyright © 2008-2019 MultiMedia Soft

SoundComposerDone event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the sound composer session, started through a call to the SoundComposer.SessionComposeItems method, is completed.

 

For further details about sound composing see the the SoundComposer object and the How to compose a sound tutorial.

 

 

Syntax

 

[Visual Basic]

SoundComposerDone (

ByVal nResult as enumErrorCodes

)


 

[C++]

void SoundComposerDone (

long nResult

);


 

 

Parameter

Description

 

 

nResult

The result of the uploading session.

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to see the error code meaning

enumErrorCodes.ERR_NOERROR (0)

Sound composition was successful.