mi32/avi.h File Reference

Header for MicroImages AVI functions. More...

#include <mi32/filepath.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, const FILEPATH &filepath, MAVIPARMENCODE *parm)
void MaviEncodeStop (void **handle)

Detailed Description

Header for MicroImages AVI functions.


Function Documentation

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.


Generated on Sun Oct 7 21:25:39 2012 for TNTsdk 2012 by  doxygen 1.6.1