Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
Go to the source code of this file.
Functions | |
void * | avi_begin_encode (const char *filename, int width, int height, int fps, const char *preferences_filename) |
int | avi_encode_bitmap (void *handle, unsigned char *buf, int rgb2bgr) |
int | avi_end_encode (void *handle) |
void* avi_begin_encode | ( | const char * | filename, |
int | width, | ||
int | height, | ||
int | fps, | ||
const char * | preferences_filename | ||
) |
int avi_encode_bitmap | ( | void * | handle, |
unsigned char * | buf, | ||
int | rgb2bgr | ||
) |
int avi_end_encode | ( | void * | handle | ) |