THPSimpleCalcNeedMemory

C Specification

#include "THPSimple.h"
u32 THPSimpleCalcNeedMemory(void);

Arguments

None.

Return Values

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

Description

This function calculates the size of the work area needed by the simple player to play the THP movie data.

The work area size depends on the THP movie data. Always call this function to obtain the correct size information when starting to play new THP movie data.

See Also

Revision History

03/01/2006 Initial version.