C# Class VideoCallServer.UDPServer

Afficher le fichier Open project: AnthonyNystrom/MobiVU Class Usage Examples

Méthodes publiques

Méthode Description
StartServer ( ) : void
StopServer ( ) : void

Method that stops the TCP/IP Server.

UDPServer ( ) : System

Private Methods

Méthode 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 méthode

public StartServer ( ) : void
Résultat void

StopServer() public méthode

Method that stops the TCP/IP Server.
public StopServer ( ) : void
Résultat void

UDPServer() public méthode

public UDPServer ( ) : System
Résultat System