C# 클래스 Yodiwo.Media.Video.Sink.MjpegServer.MjpegServer

Provides a streaming server that can be used to stream any images source to any client.
상속: IDisposable
파일 보기 프로젝트 열기: yodiwo/plegma 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsRunning bool
Port int

공개 메소드들

메소드 설명
CreateVideoFeed ( string videoFeedName ) : VideoFeed
DestroyVideoFeed ( VideoFeed videofeed ) : void
DestroyVideoFeed ( string videoFeedName ) : void
Dispose ( ) : void
MjpegServer ( int Port = 5859 ) : System
Start ( ) : void

Starts the server to accepts any new connections on the specified port.

Stop ( ) : void

비공개 메소드들

메소드 설명
ClientThread ( object client ) : void
ServerThread ( object port ) : void

This the main thread of the server that serves all the new connections from clients.

메소드 상세

CreateVideoFeed() 공개 메소드

public CreateVideoFeed ( string videoFeedName ) : VideoFeed
videoFeedName string
리턴 VideoFeed

DestroyVideoFeed() 공개 메소드

public DestroyVideoFeed ( VideoFeed videofeed ) : void
videofeed VideoFeed
리턴 void

DestroyVideoFeed() 공개 메소드

public DestroyVideoFeed ( string videoFeedName ) : void
videoFeedName string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MjpegServer() 공개 메소드

public MjpegServer ( int Port = 5859 ) : System
Port int
리턴 System

Start() 공개 메소드

Starts the server to accepts any new connections on the specified port.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

IsRunning 공개적으로 프로퍼티

public bool IsRunning
리턴 bool

Port 공개적으로 프로퍼티

public int Port
리턴 int