C# Class Controller_Core.ViCharController

Inheritance: IDisposable
Afficher le fichier Open project: UPS-CS240-F12/motion-capture

Méthodes publiques

Méthode Description
Dispose ( ) : void
ViCharController ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CreateServerPipe ( ) : void
InitializeKinectServices ( Microsoft.Kinect.KinectSensor sensor ) : void
KinectSensorChanged ( object sender, KinectSensorManagerEventArgs args ) : void
ManageSensor ( ) : void
SendEventThroughPipe ( Byte type ) : void
SkeletonsReady ( object sender, Microsoft.Kinect.SkeletonFrameReadyEventArgs e ) : void
UninitializeKinectServices ( Microsoft.Kinect.KinectSensor sensor ) : void
findInactivePlayer ( ) : Player
registerGestureControllerStates ( GestureMapState state ) : void
registerVoiceControllerStates ( SpeechRecognizer speechEngine ) : void
removeInactivePlayers ( Microsoft.Kinect.Skeleton detectedSkeletons ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ViCharController() public méthode

public ViCharController ( ) : System
Résultat System