C# 클래스 VideoServer.RTPPlayer

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

공개 프로퍼티들

프로퍼티 타입 설명
send_interval int
vc VideoCache

공개 메소드들

메소드 설명
RTPPlayer ( string host, int port, VideoCache vc ) : System
sendFrame ( ) : void
start ( ) : void
start ( int index ) : void
stop ( ) : void

메소드 상세

RTPPlayer() 공개 메소드

public RTPPlayer ( string host, int port, VideoCache vc ) : System
host string
port int
vc VideoCache
리턴 System

sendFrame() 공개 메소드

public sendFrame ( ) : void
리턴 void

start() 공개 메소드

public start ( ) : void
리턴 void

start() 공개 메소드

public start ( int index ) : void
index int
리턴 void

stop() 공개 메소드

public stop ( ) : void
리턴 void

프로퍼티 상세

send_interval 공개적으로 프로퍼티

public int send_interval
리턴 int

vc 공개적으로 프로퍼티

public VideoCache vc
리턴 VideoCache