Copyright © 2006-2019 MultiMedia Soft
RecordingStopped event
Remarks
Occurs whenever a recording session is stopped through a call to the RecorderStop method or when an error occurs.
Syntax
[Visual Basic]
RecordingStopped (
ByVal bResult as enumBoolean
)
[C++]
void RecordingStopped (
short bResult
);
Parameter
Description
bResult
Boolean value that indicates the result of the recording session.
Supported values are the following:
Mnemonic Value
Numeric value
Meaning
BOOL_FALSE
0
The recording session failed. Check the LastError property value in order to see the last error.
BOOL_TRUE
1
The recording session succeeded.