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