Class EventDumpRecorder
- 名前空間
- easyar
イベントダンプレコーダ。 主要な診断情報をEEDファイルに保存するために使用されます。 このクラスのすべてのメンバーはスレッドセーフです。
EventDumpRecorder
メソッド
create
作成。
void easyar_EventDumpRecorder_create(easyar_EventDumpRecorder * * Return)
static std::shared_ptr<EventDumpRecorder> create()
public static @Nonnull EventDumpRecorder create()
companion object fun create(): EventDumpRecorder
+ (easyar_EventDumpRecorder *)create
public static func create() -> EventDumpRecorder
public static EventDumpRecorder create()
戻り値
| 型 | 説明 |
|---|---|
| EventDumpRecorder |
start
記録を開始。
bool easyar_EventDumpRecorder_start(easyar_EventDumpRecorder * This, easyar_String * filePath, int initalScreenRotation)
bool start(std::string filePath, int initalScreenRotation)
public boolean start(java.lang.@Nonnull String filePath, int initalScreenRotation)
fun start(filePath: String, initalScreenRotation: Int): Boolean
- (bool)start:(NSString *)filePath initalScreenRotation:(int)initalScreenRotation
public func start(_ filePath: String, _ initalScreenRotation: Int32) -> Bool
public virtual bool start(string filePath, int initalScreenRotation)
パラメーター
| 名前 | 型 | 説明 |
|---|---|---|
| filePath | String | |
| initalScreenRotation | Int32 |
戻り値
| 型 | 説明 |
|---|---|
| Boolean |
stop
記録を停止。
void easyar_EventDumpRecorder_stop(easyar_EventDumpRecorder * This)
void stop()
public void stop()
fun stop(): Unit
- (void)stop
public func stop() -> Void
public virtual void stop()
戻り値
| 型 | 説明 |
|---|---|
| Void |