C# 클래스 VideoClient.ClientPlayer

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

공개 프로퍼티들

프로퍼티 타입 설명
queue Queue

보호된 프로퍼티들

프로퍼티 타입 설명
_isPlay bool
ur UdpRevicer

공개 메소드들

메소드 설명
ClientPlayer ( ) : System
queryFrame ( ) : Image
start ( ) : void
stop ( ) : void
ur_Received ( UdpRevicer self, System arg2, byte data ) : void

메소드 상세

ClientPlayer() 공개 메소드

public ClientPlayer ( ) : System
리턴 System

queryFrame() 공개 메소드

public queryFrame ( ) : Image
리턴 Image

start() 공개 메소드

public start ( ) : void
리턴 void

stop() 공개 메소드

public stop ( ) : void
리턴 void

ur_Received() 공개 메소드

public ur_Received ( UdpRevicer self, System arg2, byte data ) : void
self UdpRevicer
arg2 System
data byte
리턴 void

프로퍼티 상세

_isPlay 보호되어 있는 프로퍼티

protected bool _isPlay
리턴 bool

queue 공개적으로 프로퍼티

public Queue queue
리턴 Queue

ur 보호되어 있는 프로퍼티

protected UdpRevicer ur
리턴 UdpRevicer