EventDumpRecorder Class¶
This type is an EasyAR Sense API in C#: EventDumpRecorder .
Description¶
Event dump recorder.
It can be used to record some crucial diagnostic information into an EED file.
All members of this class is thread-safe.
Methods¶
create¶
- C#
public static EventDumpRecorder create()
Creates an instance.
start¶
- C#
public virtual bool start(string filePath, int initalScreenRotation)
Starts recording.
stop¶
- C#
public virtual void stop()
Stops recording.