C# Class Yodiwo.Services.Media.Video.YVideoClient

Show file Open project: yodiwo/plegma Class Usage Examples

Public Properties

Property Type Description
yclient Yodiwo.YPChannel.Transport.Sockets.Client

Public Methods

Method Description
Connect ( string server, string videotoken, int Port = 5969, bool SecureYPC = false ) : SimpleActionResult
TearDown ( ) : StatusCode
YVideoClient ( IVideoSource videosource ) : System

Private Methods

Method Description
Videosource_OnFrameCaptured ( object sender, EventArgs e ) : void
clientOnMessageReceived ( Yodiwo channel, Yodiwo msg ) : void

Method Details

Connect() public method

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

TearDown() public method

public TearDown ( ) : StatusCode
return StatusCode

YVideoClient() public method

public YVideoClient ( IVideoSource videosource ) : System
videosource IVideoSource
return System

Property Details

yclient public property

public Yodiwo.YPChannel.Transport.Sockets.Client yclient
return Yodiwo.YPChannel.Transport.Sockets.Client