C# 클래스 PlaysLTCWrapper.Example.Services.RecordingService

파일 보기 프로젝트 열기: lulzsun/PlaysLTCWrapper

공개 메소드들

메소드 설명
GetCurrentSession ( ) : Session
SetCurrentSession ( int _Pid, string _GameTitle = "Game Unknown" ) : void
StartRecording ( ) : void
StopRecording ( ) : void

메소드 상세

GetCurrentSession() 공개 메소드

public GetCurrentSession ( ) : Session
리턴 Session

SetCurrentSession() 공개 메소드

public SetCurrentSession ( int _Pid, string _GameTitle = "Game Unknown" ) : void
_Pid int
_GameTitle string
리턴 void

StartRecording() 공개 메소드

public StartRecording ( ) : void
리턴 void

StopRecording() 공개 메소드

public StopRecording ( ) : void
리턴 void