THPPlayerGetTotalFrame

C Specification

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

Arguments

None.

Return Values

Returns the total number of frames if successful; 0 otherwise.

Description

This function gets the total number of frames contained in the THP movie data that was opened by the THPPlayerOpen function.

See Also

THPPlayerOpen

Revision History

03/01/2006 Initial version.