C# 클래스 MotionRecorder.MotionPlayer

파일 보기 프로젝트 열기: omanamos/kinect-nao

공개 메소드들

메소드 설명
MotionPlayer ( ) : System
pause ( ) : void
setMotionRecording ( MotionRecording rec ) : void
stop ( ) : void
togglePaused ( ) : void
unpause ( ) : void

보호된 메소드들

메소드 설명
OnPlaybackProgress ( PlaybackProgressEventArgs e ) : void

비공개 메소드들

메소드 설명
run ( ) : void
seek ( double p ) : void

메소드 상세

MotionPlayer() 공개 메소드

public MotionPlayer ( ) : System
리턴 System

OnPlaybackProgress() 보호된 메소드

protected OnPlaybackProgress ( PlaybackProgressEventArgs e ) : void
e PlaybackProgressEventArgs
리턴 void

pause() 공개 메소드

public pause ( ) : void
리턴 void

setMotionRecording() 공개 메소드

public setMotionRecording ( MotionRecording rec ) : void
rec MotionRecording
리턴 void

stop() 공개 메소드

public stop ( ) : void
리턴 void

togglePaused() 공개 메소드

public togglePaused ( ) : void
리턴 void

unpause() 공개 메소드

public unpause ( ) : void
리턴 void