#include <mjpga.h>
Data Fields | |
| int | type |
| type of the movie (datafile, avi) | |
| int | subtype |
| format of video frames (jpg/m4v or xvid/divx) | |
| void * | movie |
| pointer to movie struct (DATAFILE * or AVI_MOVIE *) | |
| MJPGA_AUDIO * | audio |
| pointer to audio struct | |
| float | fps |
| frames per second | |
| int | size |
| number of frames | |
| int | frame |
| current frame | |
| int | last_frame |
| last frame rendered (for use with divx/xvid) | |
| int | yvid |
| width and height of the movie | |
| char | desc [256] |
| description of the movie | |
| unsigned char | mode |
| mode of the movie (== 0 normal, != 0 fullscreen) | |
1.2.18