Enum ArPlaybackStatus
Describes the possible playback statuses.
Namespace: UnityEngine.XR.ARCore
Syntax
public enum ArPlaybackStatus
Fields
| Name | Description | Value |
|---|---|---|
| None | The session is not playing back an MP4 dataset file. |
0 |
| Ok | Playback is in process without issues. |
1 |
| IOError | Playback has stopped due to an error. |
2 |
| Finished | Playback has finished successfully. |
3 |