Table of Contents

Class EventDumpRecorder

名前空間
easyar
アセンブリ
EasyAR.Sense.dll

イベントダンプレコーダー。 いくつかの重要な診断情報を EED ファイルに保存するために使用します。 このクラスのすべてのメンバーはスレッドセーフです。

public class EventDumpRecorder : RefBase, IDisposable
継承
EventDumpRecorder
実装
継承されたメンバー

メソッド

Clone()

public EventDumpRecorder Clone()

create()

作成します。

public static EventDumpRecorder create()

start(string, int)

録画を開始します。

public virtual bool start(string filePath, int initalScreenRotation)

パラメーター

filePath
initalScreenRotation

stop()

録画を停止します。

public virtual void stop()