C# 클래스 ZForge.Motion.Core.AVIClass

상속: AForge.Video.VFW.AVIReader, IFileClass
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
AVIClass ( string file, CameraClass o ) : System
ExportToFile ( string fileName ) : bool
ExportToPath ( string path ) : bool
IsValid ( ) : bool
Open ( ) : void
Remove ( ) : bool

메소드 상세

AVIClass() 공개 메소드

public AVIClass ( string file, CameraClass o ) : System
file string
o CameraClass
리턴 System

ExportToFile() 공개 메소드

public ExportToFile ( string fileName ) : bool
fileName string
리턴 bool

ExportToPath() 공개 메소드

public ExportToPath ( string path ) : bool
path string
리턴 bool

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

Open() 공개 메소드

public Open ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( ) : bool
리턴 bool