Property | Type | Description | |
---|---|---|---|
CopyMemory | void | ||
dispTime | void |
Method | Description | |
---|---|---|
Close ( ) : void |
Closes all streams, files and libraries
|
|
Export ( int position ) : |
||
Export ( |
||
ExportBitmap ( int position, String dstFileName ) : void |
Exports a frame into a bitmap file
|
|
ExportEx ( |
||
ExportToArray ( int position, byte &bitmapData, int &width, int &height, int &bit_count ) : void | ||
Open ( string fileName ) : void |
Opens an AVI file and creates a GetFrame object
|
Method | Description | |
---|---|---|
CopyMemory ( |
||
dispTime ( string message, System.DateTime start ) : void |
public Export ( int position ) : |
||
position | int | |
return |
public Export ( |
||
bmp | ||
position | int | |
return | void |
public ExportBitmap ( int position, String dstFileName ) : void | ||
position | int | Position of the frame |
dstFileName | String | Name ofthe file to store the bitmap |
return | void |
public ExportEx ( |
||
bmp | ||
position | int | |
return | void |
public ExportToArray ( int position, byte &bitmapData, int &width, int &height, int &bit_count ) : void | ||
position | int | |
bitmapData | byte | |
width | int | |
height | int | |
bit_count | int | |
return | void |
public Open ( string fileName ) : void | ||
fileName | string | Name of the AVI file |
return | void |