Table of Contents

Class EventDumpRecorder

Namespace
easyar
Assembly
EasyAR.Sense.dll

Event dump recorder. Used to save some critical 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()

CloneObject()

protected override object CloneObject()

create()

Create.

public static EventDumpRecorder create()

start(string, int)

Start recording.

public virtual bool start(string filePath, int initalScreenRotation)

Parameters

filePath
initalScreenRotation

stop()

Stop recording.

public virtual void stop()