simage  1.8.3
Coin3D texture image library
Loading...
Searching...
No Matches
avi_encode.h File Reference

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)
 

Function Documentation

◆ avi_begin_encode()

void * avi_begin_encode ( const char * filename,
int width,
int height,
int fps,
const char * preferences_filename )

◆ avi_encode_bitmap()

int avi_encode_bitmap ( void * handle,
unsigned char * buf,
int rgb2bgr )

◆ avi_end_encode()

int avi_end_encode ( void * handle)