#include <nitro/mobiclip.h>MOHandle MO_OpenMovie ( FSFile *file, u32 nbBufferedFrameMax );
Open a Mobiclip movie from a file.
MO_Malloc is called inside this function.
| file | Already opened NITRO file handle. |
| nbBufferedFrameMax | Maximum number of frames who can be successively unpacked without been blitted or skipped. MO_NB_BUFFERED_FRAME_MIN is the minimum value allowed. |
Return a MOHandle value if ok, MO_INVALID_HANDLE if error.
Cause of error :
03/03/2008 Initial Version