C# Class ZForge.Motion.VideoSource.VideoStream

VideoStream - stream downloader
Inheritance: IVideoSource
Mostra file Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
SignalToStop ( ) : void
Start ( ) : void
Stop ( ) : void
VideoStream ( ) : System
WaitForStop ( ) : void
WorkerThread ( ) : void

Protected Methods

Method Description
OnNewFrame ( Bitmap image ) : void

Private Methods

Method Description
Free ( ) : void

Method Details

OnNewFrame() protected method

protected OnNewFrame ( Bitmap image ) : void
image System.Drawing.Bitmap
return void

SignalToStop() public method

public SignalToStop ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

VideoStream() public method

public VideoStream ( ) : System
return System

WaitForStop() public method

public WaitForStop ( ) : void
return void

WorkerThread() public method

public WorkerThread ( ) : void
return void