Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Load ( string filename ) : void | ||
Play ( ) : void | ||
PointCloudPlayerSource ( IMotionFrameSerializer serializer ) : System | ||
Seek ( int frameNumber ) : void | ||
Stop ( ) : void | ||
Unload ( ) : void |
Method | Description | |
---|---|---|
OnMotionFrameAvailable ( MotionFrame frame ) : void | ||
OnPlaybackEnded ( ) : void | ||
OnStatusChanged ( ) : void |
Method | Description | |
---|---|---|
BufferFrames ( ) : void | ||
CreatePlaybackThread ( ) : void | ||
Dispose ( bool disposing ) : void | ||
LoadFrameWorker ( string filename ) : void | ||
PlayFrames ( ) : void | ||
PlaybackWorker ( ) : void | ||
Reset ( ) : void |
protected OnMotionFrameAvailable ( MotionFrame frame ) : void | ||
frame | MotionFrame | |
return | void |
public PointCloudPlayerSource ( IMotionFrameSerializer serializer ) : System | ||
serializer | IMotionFrameSerializer | |
return | System |