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 |