Copyright © 2008-2019 MultiMedia Soft

SoundExportDone event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the exporting session of the sound under editing is completed. The exporting session is started through a previous call to the ExportToFile method.

 

Syntax

 

[Visual Basic]

SoundExportDone (

ByVal nResult as enumErrorCodes

)


 

[C++]

void SoundExportDone (

long nResult

);


 

 

Parameter

Description

 

 

nResult

The result of the exporting 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)

The sound was exported successfully.