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 |