C# Class VideoServer.RTSPServer

Exibir arquivo Open project: fajoy/RTSPExample Class Usage Examples

Public Methods

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

Private Methods

Method Description
ts_Accepted ( TcpServer self, Socket sock ) : void

Method Details

RTSPServer() public method

public RTSPServer ( int port ) : System
port int
return System

addCache() public method

public addCache ( string abs_path, VideoCache vc ) : void
abs_path string
vc VideoCache
return void

close() public method

public close ( ) : void
return void

sendFrame() public method

public sendFrame ( ) : void
return void

start() public method

public start ( ) : void
return void