THPPlayerCalcNeedMemory

C Specification

#include "THPPlayer.h"
u32 THPPlayerCalcNeedMemory(void);

Arguments

None.

Return Values

Returns the work buffer size, if successful; 0 otherwise.

Description

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.

See Also

Revision History

03/01/2006 Initial version.