VideoStatus Enum¶
This type is an EasyAR Sense API in C#: VideoStatus . 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 |
---|---|---|
Ready |
0 |
Status to show video finished open and is ready for play. |
Completed |
1 |
Status to indicate video finished play and reached the end. |
Error |
-1 |
Status to indicate something wrong happen in video open or play. |