C# Class ArtofKinect.Common.PointCloudPlayerSource

Inheritance: IDisposable
Afficher le fichier Open project: JoshBlake/ArtOfKinectRecorder Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Load ( string filename ) : void
Play ( ) : void
PointCloudPlayerSource ( IMotionFrameSerializer serializer ) : System
Seek ( int frameNumber ) : void
Stop ( ) : void
Unload ( ) : void

Méthodes protégées

Méthode Description
OnMotionFrameAvailable ( MotionFrame frame ) : void
OnPlaybackEnded ( ) : void
OnStatusChanged ( ) : void

Private Methods

Méthode Description
BufferFrames ( ) : void
CreatePlaybackThread ( ) : void
Dispose ( bool disposing ) : void
LoadFrameWorker ( string filename ) : void
PlayFrames ( ) : void
PlaybackWorker ( ) : void
Reset ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Load() public méthode

public Load ( string filename ) : void
filename string
Résultat void

OnMotionFrameAvailable() protected méthode

protected OnMotionFrameAvailable ( MotionFrame frame ) : void
frame MotionFrame
Résultat void

OnPlaybackEnded() protected méthode

protected OnPlaybackEnded ( ) : void
Résultat void

OnStatusChanged() protected méthode

protected OnStatusChanged ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

PointCloudPlayerSource() public méthode

public PointCloudPlayerSource ( IMotionFrameSerializer serializer ) : System
serializer IMotionFrameSerializer
Résultat System

Seek() public méthode

public Seek ( int frameNumber ) : void
frameNumber int
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Unload() public méthode

public Unload ( ) : void
Résultat void