C# Class EducationSystem.GamePlayPage.GamePlayFramesHandler

Inheritance: AbstractKinectFramesHandler
Afficher le fichier Open project: huangfuyang/Sign-Language-with-Kinect

Méthodes publiques

Méthode Description
ColorFrameCallback ( long timestamp, int frameNumber, byte colorPixels ) : void
DepthFrameCallback ( long timestamp, int frameNumber, Microsoft depthPixels ) : void
GamePlayFramesHandler ( GamePlayPage gamePlayPage ) : System
HandPointersCallback ( long timestamp, Microsoft handPointers ) : void
SkeletonFrameCallback ( long timestamp, int frameNumber, Microsoft skeletonData ) : void

Method Details

ColorFrameCallback() public méthode

public ColorFrameCallback ( long timestamp, int frameNumber, byte colorPixels ) : void
timestamp long
frameNumber int
colorPixels byte
Résultat void

DepthFrameCallback() public méthode

public DepthFrameCallback ( long timestamp, int frameNumber, Microsoft depthPixels ) : void
timestamp long
frameNumber int
depthPixels Microsoft
Résultat void

GamePlayFramesHandler() public méthode

public GamePlayFramesHandler ( GamePlayPage gamePlayPage ) : System
gamePlayPage GamePlayPage
Résultat System

HandPointersCallback() public méthode

public HandPointersCallback ( long timestamp, Microsoft handPointers ) : void
timestamp long
handPointers Microsoft
Résultat void

SkeletonFrameCallback() public méthode

public SkeletonFrameCallback ( long timestamp, int frameNumber, Microsoft skeletonData ) : void
timestamp long
frameNumber int
skeletonData Microsoft
Résultat void