Class EventDumpRecorder
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Event dump recorder. Used to save some key diagnostic information to EED files. All members of this class are thread-safe.
public class EventDumpRecorder : RefBase, IDisposable
- Inheritance
-
EventDumpRecorder
- Implements
- Inherited Members
Methods
Clone()
public EventDumpRecorder Clone()
create()
Creates.
public static EventDumpRecorder create()
start(string, int)
Starts recording.
public virtual bool start(string filePath, int initalScreenRotation)
Parameters
filePathinitalScreenRotation
stop()
Stops recording.
public virtual void stop()