C# Class VideoCallServer.UDPServer

Mostrar archivo Open project: AnthonyNystrom/MobiVU Class Usage Examples

Public Methods

Method Description
StartServer ( ) : void
StopServer ( ) : void

Method that stops the TCP/IP Server.

UDPServer ( ) : System

Private Methods

Method Description
UDPThreadAudio ( ) : void

UDP Server Thread for audio frames

UDPThreadCmd ( ) : void

UDP Server Thread for commands

UDPThreadVideo ( ) : void

UDP Server Thread for video frames

Method Details

StartServer() public method

public StartServer ( ) : void
return void

StopServer() public method

Method that stops the TCP/IP Server.
public StopServer ( ) : void
return void

UDPServer() public method

public UDPServer ( ) : System
return System