All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
Loading...
Searching...
No Matches
Session Recorder Feature

Classes

class  SessionRecorder
 The session recorder allows the user to record Vuforia sessions for playback in the editor and on a device. More...
 
class  SessionRecorderBehaviour
 The session recorder allows the user to record Vuforia sessions for playback in the editor and on a device. More...
 

Enumerations

enum  RecordingStatus {
  INITIALIZED = 1 ,
  RUNNING = 2 ,
  STOPPED = 3
}
 Status of the session recorder. More...
 

Detailed Description

Enumeration Type Documentation

◆ RecordingStatus

Status of the session recorder.

Enumerator
INITIALIZED 

The recording has been created and can be started.

RUNNING 

The recording is in progress.

STOPPED 

The recording has stopped. It cannot be started again. Check the status info for further details.