Class EventDumpRecorder
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Event Dump Recorder. Used to save some key diagnostic information into 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()
Returns
CloneObject()
protected override object CloneObject()
Returns
create()
Create.
public static EventDumpRecorder create()
Returns
start(string, int)
Start recording.
public virtual bool start(string filePath, int initalScreenRotation)
Parameters
filePathinitalScreenRotation
Returns
stop()
Stop recording.
public virtual void stop()