THPPlayerGetFrameRate

C Specification

#include "THPPlayer.h"
f32 THPPlayerGetFrameRate(void);

Arguments

None.

Return Values

Returns frame rate if successful, 0.0f otherwise.

Description

This function gets the frame rate of the THP movie data that was opened by the THPPlayerOpen function.

See Also

THPPlayerOpen

Revision History

03/01/2006 Initial version.