Copyright © 2006-2019 MultiMedia Soft
SoundExportDone event
Remarks
Occurs when the exporting of a recording session is completed: an exporting session can be started through a call to RecordedSound.RequestExportToFile 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.