C# 클래스 VideoCache, RTSPExample

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

공개 프로퍼티들

프로퍼티 타입 설명
frames List
path string

공개 메소드들

메소드 설명
VideoCache ( string filepath ) : System
startLoad ( ) : void

메소드 상세

VideoCache() 공개 메소드

public VideoCache ( string filepath ) : System
filepath string
리턴 System

startLoad() 공개 메소드

public startLoad ( ) : void
리턴 void

프로퍼티 상세

frames 공개적으로 프로퍼티

public List frames
리턴 List

path 공개적으로 프로퍼티

public string path
리턴 string