Méthode | Description | |
---|---|---|
Core ( |
||
GetKinectAudioStream ( ) : System.IO.Stream | ||
MapJointToColor ( Joint joint, bool undoTransform ) : System.Windows.Point | ||
MapJointToDepth ( Joint joint, bool undoTransform ) : System.Windows.Point | ||
ShutdownSensor ( ) : void | ||
StartKinectAudio ( ) : void | ||
TransformJoint ( Joint joint ) : Joint | ||
TransformSkeleton ( KinectSkeleton skeleton ) : KinectSkeleton | ||
UpdateAudioAngle ( System position ) : void |
Méthode | Description | |
---|---|---|
realCore_AccelerationChanged ( object sender, AccelerationEventArgs e ) : void | ||
realCore_AudioPositionChanged ( object sender, AudioPositionEventArgs e ) : void | ||
realCore_ColorFrameReceived ( object sender, ColorFrameEventArgs e ) : void | ||
realCore_DepthFrameReceived ( object sender, DepthFrameEventArgs e ) : void | ||
realCore_LogMessageGenerated ( object sender, LogMessageEventArgs e ) : void | ||
realCore_SkeletonChanged ( object sender, SkeletonEventArgs e ) : void |
public Core ( |
||
settings | ||
isGUILaunched | bool | |
kinectNumber | int | |
Résultat | System |
public GetKinectAudioStream ( ) : System.IO.Stream | ||
Résultat | System.IO.Stream |
public MapJointToColor ( Joint joint, bool undoTransform ) : System.Windows.Point | ||
joint | Joint | |
undoTransform | bool | |
Résultat | System.Windows.Point |
public MapJointToDepth ( Joint joint, bool undoTransform ) : System.Windows.Point | ||
joint | Joint | |
undoTransform | bool | |
Résultat | System.Windows.Point |
public TransformJoint ( Joint joint ) : Joint | ||
joint | Joint | |
Résultat | Joint |
public TransformSkeleton ( KinectSkeleton skeleton ) : KinectSkeleton | ||
skeleton | KinectSkeleton | |
Résultat | KinectSkeleton |
public UpdateAudioAngle ( System position ) : void | ||
position | System | |
Résultat | void |