C# Class 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)
Inheritance: KinectStreamConverter.Utils.ObservableObject
ファイルを表示 Open project: loic-lavergne/mckineap Class Usage Examples

Protected Properties

Property Type Description
isRecording bool

Public Methods

Method Description
Device_StatusChanged ( KineapStatusChangedArgs e ) : void

Is Called whenever a device's status changes Updates

StartRecording ( ) : void
StopRecording ( ) : void

Method Details

Device_StatusChanged() public method

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

StartRecording() public abstract method

public abstract StartRecording ( ) : void
return void

StopRecording() public abstract method

public abstract StopRecording ( ) : void
return void

Property Details

isRecording protected_oe property

protected bool isRecording
return bool