C# 클래스 VideoClient.RTSPClient

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

공개 프로퍼티들

프로퍼티 타입 설명
abs_path string

공개 메소드들

메소드 설명
RTSPClient ( string serverHost, int serverPort, string abs_path ) : System
pause ( ) : void
play ( ) : void
setup ( ) : void
tc_Connected ( TcpClient arg1, System sock ) : void
teardown ( ) : void

메소드 상세

RTSPClient() 공개 메소드

public RTSPClient ( string serverHost, int serverPort, string abs_path ) : System
serverHost string
serverPort int
abs_path string
리턴 System

pause() 공개 메소드

public pause ( ) : void
리턴 void

play() 공개 메소드

public play ( ) : void
리턴 void

setup() 공개 메소드

public setup ( ) : void
리턴 void

tc_Connected() 공개 메소드

public tc_Connected ( TcpClient arg1, System sock ) : void
arg1 TcpClient
sock System
리턴 void

teardown() 공개 메소드

public teardown ( ) : void
리턴 void

프로퍼티 상세

abs_path 공개적으로 프로퍼티

public string abs_path
리턴 string