Свойство | Тип | Описание | |
---|---|---|---|
CopyMemory | void | ||
dispTime | void |
Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
CopyMemory ( |
||
dispTime ( string message, System.DateTime start ) : void |
public Export ( int position ) : |
||
position | int | |
Результат |
public Export ( |
||
bmp | ||
position | int | |
Результат | void |
public ExportBitmap ( int position, String dstFileName ) : void | ||
position | int | Position of the frame |
dstFileName | String | Name ofthe file to store the bitmap |
Результат | void |
public ExportEx ( |
||
bmp | ||
position | int | |
Результат | 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 | |
Результат | void |
public Open ( string fileName ) : void | ||
fileName | string | Name of the AVI file |
Результат | void |