RecordStatus Enum¶
Constant |
Value |
Description |
---|---|---|
OnStarted |
0x00000002 |
recording start |
OnStopped |
0x00000004 |
recording stopped |
FailedToStart |
0x00000202 |
start fail |
FileSucceeded |
0x00000400 |
file write succeed |
FileFailed |
0x00000401 |
file write fail |
LogInfo |
0x00000800 |
runtime info with description |
LogError |
0x00001000 |
runtime error with description |