C# Class ZForge.Motion.Core.AVIClass

Inheritance: AForge.Video.VFW.AVIReader, IFileClass
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AVIClass ( string file, CameraClass o ) : System
file string
o CameraClass
Résultat System

ExportToFile() public méthode

public ExportToFile ( string fileName ) : bool
fileName string
Résultat bool

ExportToPath() public méthode

public ExportToPath ( string path ) : bool
path string
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

Open() public méthode

public Open ( ) : void
Résultat void

Remove() public méthode

public Remove ( ) : bool
Résultat bool