C# Class ZForge.Motion.Core.AVIClass

Inheritance: AForge.Video.VFW.AVIReader, IFileClass
Mostrar archivo Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
AVIClass ( string file, CameraClass o ) : System
ExportToFile ( string fileName ) : bool
ExportToPath ( string path ) : bool
IsValid ( ) : bool
Open ( ) : void
Remove ( ) : bool

Method Details

AVIClass() public method

public AVIClass ( string file, CameraClass o ) : System
file string
o CameraClass
return System

ExportToFile() public method

public ExportToFile ( string fileName ) : bool
fileName string
return bool

ExportToPath() public method

public ExportToPath ( string path ) : bool
path string
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

Open() public method

public Open ( ) : void
return void

Remove() public method

public Remove ( ) : bool
return bool