RecordStatus Enum¶
This type is an EasyAR Sense API in C#: RecordStatus . Some descriptions may not apply to Unity environment on this page.
Some parts of the Sense API may have already been wrapped into Unity components, and directly usages may not be necessary.
Constant |
Value |
Description |
---|---|---|
OnStarted |
2 |
recording start |
OnStopped |
4 |
recording stopped |
FailedToStart |
514 |
start fail |
FileSucceeded |
1024 |
file write succeed |
FileFailed |
1025 |
file write fail |
LogInfo |
2048 |
runtime info with description |
LogError |
4096 |
runtime error with description |