C# Class VideoServer.RTSPServer

Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Méthode Description
RTSPServer ( int port ) : System
addCache ( string abs_path, VideoCache vc ) : void
close ( ) : void
sendFrame ( ) : void
start ( ) : void

Private Methods

Méthode Description
ts_Accepted ( TcpServer self, Socket sock ) : void

Method Details

RTSPServer() public méthode

public RTSPServer ( int port ) : System
port int
Résultat System

addCache() public méthode

public addCache ( string abs_path, VideoCache vc ) : void
abs_path string
vc VideoCache
Résultat void

close() public méthode

public close ( ) : void
Résultat void

sendFrame() public méthode

public sendFrame ( ) : void
Résultat void

start() public méthode

public start ( ) : void
Résultat void