C# Class PlaysLTCWrapper.Example.Services.RecordingService

Afficher le fichier Open project: lulzsun/PlaysLTCWrapper

Méthodes publiques

Méthode Description
GetCurrentSession ( ) : Session
SetCurrentSession ( int _Pid, string _GameTitle = "Game Unknown" ) : void
StartRecording ( ) : void
StopRecording ( ) : void

Method Details

GetCurrentSession() public méthode

public GetCurrentSession ( ) : Session
Résultat Session

SetCurrentSession() public méthode

public SetCurrentSession ( int _Pid, string _GameTitle = "Game Unknown" ) : void
_Pid int
_GameTitle string
Résultat void

StartRecording() public méthode

public StartRecording ( ) : void
Résultat void

StopRecording() public méthode

public StopRecording ( ) : void
Résultat void