C# 클래스 Yodiwo.Services.Media.Video.YVideoServer

파일 보기 프로젝트 열기: yodiwo/plegma

공개 프로퍼티들

프로퍼티 타입 설명
YPort int

공개 메소드들

메소드 설명
AddNewFeed ( string mjpegtoken, IVideoSink videofeed ) : void
RemoveFeed ( string mjpegtoken ) : void
Start ( X509Certificate2 certificate ) : void
YVideoServer ( int YPort = 5969 ) : System
serverChannel_OnOpenEvent ( Yodiwo channel ) : void
serverNegotiation ( Yodiwo channel ) : bool
serverOnMessageReceived ( Yodiwo channel, Yodiwo msg ) : void

메소드 상세

AddNewFeed() 공개 메소드

public AddNewFeed ( string mjpegtoken, IVideoSink videofeed ) : void
mjpegtoken string
videofeed IVideoSink
리턴 void

RemoveFeed() 공개 메소드

public RemoveFeed ( string mjpegtoken ) : void
mjpegtoken string
리턴 void

Start() 공개 메소드

public Start ( X509Certificate2 certificate ) : void
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
리턴 void

YVideoServer() 공개 메소드

public YVideoServer ( int YPort = 5969 ) : System
YPort int
리턴 System

serverChannel_OnOpenEvent() 공개 메소드

public serverChannel_OnOpenEvent ( Yodiwo channel ) : void
channel Yodiwo
리턴 void

serverNegotiation() 공개 메소드

public serverNegotiation ( Yodiwo channel ) : bool
channel Yodiwo
리턴 bool

serverOnMessageReceived() 공개 메소드

public serverOnMessageReceived ( Yodiwo channel, Yodiwo msg ) : void
channel Yodiwo
msg Yodiwo
리턴 void

프로퍼티 상세

YPort 공개적으로 프로퍼티

public int YPort
리턴 int