Header for MicroImages AVI functions. More...
#include <mi32/filepath.h>
Go to the source code of this file.
Classes | |
| struct | MAVIPARMENCODE |
Functions | |
| int | MaviEncodeFrame (void *handle, void *rgbdata) |
| int | MaviEncodeIsAvailable () |
| int | MaviEncodeStart (void **handle, const FILEPATH &filepath, MAVIPARMENCODE *parm) |
| void | MaviEncodeStop (void **handle) |
Header for MicroImages AVI functions.
| int MaviEncodeFrame | ( | void * | handle, | |
| void * | rgbdata | |||
| ) |
Add frames to movie.
| int MaviEncodeIsAvailable | ( | ) |
Checks to see if OS supports AVI recording.
Returns non-0 value if current OS support AVI recording, otherwise 0.
| int MaviEncodeStart | ( | void ** | handle, | |
| const FILEPATH & | filepath, | |||
| MAVIPARMENCODE * | parm | |||
| ) |
Gets handle for process that creates movie in the filename file, parameters given in MAVIPARMENCODE struct.
| void MaviEncodeStop | ( | void ** | handle | ) |
Closes movie creation process and closes corresponding file.
1.6.1