#include <mi32/stddefns.h>
Include dependency graph for avi.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, UNICODE *filename, MAVIPARMENCODE *parm) |
| void | MaviEncodeStop (void **handle) |
Definition in file avi.h.
|
||||||||||||
|
Add frames to movie.
|
|
|
Checks to see if OS supports AVI recording. Returns non-0 value if current OS support AVI recording, otherwise 0. |
|
||||||||||||||||
|
Gets handle for process that creates movie in the filename file, parameters given in MAVIPARMENCODE struct.
|
|
|
Closes movie creation process and closes corresponding file.
|
1.3.8-20040913