Enum ArPlaybackStatus
Describes the possible playback statuses.
Namespace: UnityEngine.XR.ARCore
Syntax
public enum ArPlaybackStatus
Fields
Name | Description | Value |
---|---|---|
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. |