C# Class Yodiwo.Media.Video.Sink.MjpegServer.VideoFeed

Inheritance: IDisposable, IVideoSink
Show file Open project: yodiwo/plegma Class Usage Examples

Public Properties

Property Type Description
IsDisposed bool
Name string
Server MjpegServer

Public Methods

Method Description
AddClient ( Socket ClientSocket ) : void
AddFrame ( Byte bytes ) : void
AddFrame ( Image Frame ) : void
Clear ( ) : void
Dispose ( ) : void
Flush ( ) : void
RemoveClient ( Socket ClientSocket ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
VideoFeed ( MjpegServer Server, string Name ) : System
_InternalStop ( ) : void
servicequeuecb ( Image newFrame ) : void

Method Details

AddClient() public method

public AddClient ( Socket ClientSocket ) : void
ClientSocket Socket
return void

AddFrame() public method

public AddFrame ( Byte bytes ) : void
bytes Byte
return void

AddFrame() public method

public AddFrame ( Image Frame ) : void
Frame Image
return void

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

RemoveClient() public method

public RemoveClient ( Socket ClientSocket ) : void
ClientSocket Socket
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

IsDisposed public property

public bool IsDisposed
return bool

Name public property

public string Name
return string

Server public property

public MjpegServer,Yodiwo.Media.Video.Sink.MjpegServer Server
return MjpegServer