Remarks
Occurs when the finalization of a recording session is completed: during the finalization process a new recording session is appended, mixed or inserted into a previous one.
For further details see the How to perform a recording session section.
Syntax
[Visual Basic]
RecordingFinalizationDone (
ByVal nResult as enumErrorCodes
)
|
|
[C++]
void RecordingFinalizationDone (
long nResult
);
|
|
Parameter
|
Description
|
|
|
nResult
|
The result of the finalization process.
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.
|
|
|