C# 클래스 KinectStreamConverter.KineapDevice

KineapDevice is a base class for a device implementation into McKineap. Note that a KineapDevice represents only a single instance of a device Therefore it dont allows to access (at least directly) to different instances of a same kind of device at the same time (like to have multiple LeapMotion on your laptop)
상속: KinectStreamConverter.Utils.ObservableObject
파일 보기 프로젝트 열기: loic-lavergne/mckineap 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
isRecording bool

공개 메소드들

메소드 설명
Device_StatusChanged ( KineapStatusChangedArgs e ) : void

Is Called whenever a device's status changes Updates

StartRecording ( ) : void
StopRecording ( ) : void

메소드 상세

Device_StatusChanged() 공개 메소드

Is Called whenever a device's status changes Updates
public Device_StatusChanged ( KineapStatusChangedArgs e ) : void
e KineapStatusChangedArgs
리턴 void

StartRecording() 공개 추상적인 메소드

public abstract StartRecording ( ) : void
리턴 void

StopRecording() 공개 추상적인 메소드

public abstract StopRecording ( ) : void
리턴 void

프로퍼티 상세

isRecording 보호되어 있는 프로퍼티

protected bool isRecording
리턴 bool