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

Inheritance: IDisposable, IVideoSink
Afficher le fichier Open project: yodiwo/plegma Class Usage Examples

Méthodes publiques

Свойство Type Description
IsDisposed bool
Name string
Server MjpegServer

Méthodes publiques

Méthode 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

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

Method Details

AddClient() public méthode

public AddClient ( Socket ClientSocket ) : void
ClientSocket Socket
Résultat void

AddFrame() public méthode

public AddFrame ( Byte bytes ) : void
bytes Byte
Résultat void

AddFrame() public méthode

public AddFrame ( Image Frame ) : void
Frame Image
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

RemoveClient() public méthode

public RemoveClient ( Socket ClientSocket ) : void
ClientSocket Socket
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

IsDisposed public_oe property

public bool IsDisposed
Résultat bool

Name public_oe property

public string Name
Résultat string

Server public_oe property

public MjpegServer,Yodiwo.Media.Video.Sink.MjpegServer Server
Résultat MjpegServer