Enum SyncStatus
The ISyncProvider synchronization statuses.
Namespace: Unity.LiveCapture
Syntax
public enum SyncStatus
Fields
| Name | Description | Value |
|---|---|---|
| Stopped | The sync provider is not running. |
0 |
| Synchronized | The sync provider is successfully synchronizing. |
1 |
| NotSynchronized | The sync provider is failing to synchronize. |
2 |