THPPlayerCalcNeedMemory

Syntax

#include "THPPlayer.h"

u32 THPPlayerCalcNeedMemory(void);

Arguments

None.

Return Values

Returns the work area size if successful, and 0 if it fails.

Description

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

The work area size depends on the THP movie data. When starting to play new THP movie data, be sure to call this function to obtain the correct size information.

See Also

None.

Revision History

2006/03/01 Initial version.


CONFIDENTIAL