Enum ARSession.SessionState
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Session state.
public enum ARSession.SessionState
Fields
None = 0Initial state. The session has not been started or assembled.
Broken = 1The session is broken due to reasons such as ARAssembly assembly failure.
Assembling = 2During assembly.
Assembled = 3Assembly completed successfully.
Ready = 4The Session is ready to run after StartSession() succeeds.
Running = 5Session is running.
Paused = 6Session is paused.
Session pauses when FrameSource generates empty frame data, usually when the device stops or the application is paused.