C# Class ArtofKinect.Common.PointCloudPlayerSource

Inheritance: IDisposable
显示文件 Open project: JoshBlake/ArtOfKinectRecorder Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnMotionFrameAvailable ( MotionFrame frame ) : void
OnPlaybackEnded ( ) : void
OnStatusChanged ( ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Load() public method

public Load ( string filename ) : void
filename string
return void

OnMotionFrameAvailable() protected method

protected OnMotionFrameAvailable ( MotionFrame frame ) : void
frame MotionFrame
return void

OnPlaybackEnded() protected method

protected OnPlaybackEnded ( ) : void
return void

OnStatusChanged() protected method

protected OnStatusChanged ( ) : void
return void

Play() public method

public Play ( ) : void
return void

PointCloudPlayerSource() public method

public PointCloudPlayerSource ( IMotionFrameSerializer serializer ) : System
serializer IMotionFrameSerializer
return System

Seek() public method

public Seek ( int frameNumber ) : void
frameNumber int
return void

Stop() public method

public Stop ( ) : void
return void

Unload() public method

public Unload ( ) : void
return void