C# 클래스 VideoServer.RTSPServer

파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 메소드들

메소드 설명
RTSPServer ( int port ) : System
addCache ( string abs_path, VideoCache vc ) : void
close ( ) : void
sendFrame ( ) : void
start ( ) : void

비공개 메소드들

메소드 설명
ts_Accepted ( TcpServer self, Socket sock ) : void

메소드 상세

RTSPServer() 공개 메소드

public RTSPServer ( int port ) : System
port int
리턴 System

addCache() 공개 메소드

public addCache ( string abs_path, VideoCache vc ) : void
abs_path string
vc VideoCache
리턴 void

close() 공개 메소드

public close ( ) : void
리턴 void

sendFrame() 공개 메소드

public sendFrame ( ) : void
리턴 void

start() 공개 메소드

public start ( ) : void
리턴 void