#include "THPPlayer.h"
u32 THPPlayerCalcNeedMemory(void);
None.
Returns the work buffer size, if successful; 0 otherwise.
This function calculates the work buffer size that the player needs to playback THP movie data.
The work buffer size depends on the THP movie data. Always call this function to obtain the correct size information when starting to playback new THP movie data.
03/01/2006 Initial version.