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

파일 보기 프로젝트 열기: yodiwo/plegma 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
yclient Yodiwo.YPChannel.Transport.Sockets.Client

공개 메소드들

메소드 설명
Connect ( string server, string videotoken, int Port = 5969, bool SecureYPC = false ) : SimpleActionResult
TearDown ( ) : StatusCode
YVideoClient ( IVideoSource videosource ) : System

비공개 메소드들

메소드 설명
Videosource_OnFrameCaptured ( object sender, EventArgs e ) : void
clientOnMessageReceived ( Yodiwo channel, Yodiwo msg ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( string server, string videotoken, int Port = 5969, bool SecureYPC = false ) : SimpleActionResult
server string
videotoken string
Port int
SecureYPC bool
리턴 SimpleActionResult

TearDown() 공개 메소드

public TearDown ( ) : StatusCode
리턴 StatusCode

YVideoClient() 공개 메소드

public YVideoClient ( IVideoSource videosource ) : System
videosource IVideoSource
리턴 System

프로퍼티 상세

yclient 공개적으로 프로퍼티

public Yodiwo.YPChannel.Transport.Sockets.Client yclient
리턴 Yodiwo.YPChannel.Transport.Sockets.Client