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
[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.
|
|
|