#include "THPSimple.h"
BOOL THPSimplePreLoad(s32 loop);
loop |
The THP movie data playback method. |
Returns TRUE if successful; FALSE otherwise.
This function loads the READ_BUFFER_NUM frames for THP movie data by calling the DVDRead function in preparation for playing THP movie data.
This function's argument sets the THP movie data playback method. The only valid values for the argument are THP_PLAY_LOOP and THP_PLAY_ONESHOT. If THP_PLAY_LOOP is specified, the THP movie data will be played with loop playback. If THP_PLAY_ONESHOT is specified, the movie will be played with one-shot playback.
03/01/2006 Initial version.