MO_GetVideoFps

C Specification

#include <nitro/mobiclip.h>

u32 MO_GetVideoFps ( MOHandle handle );

Description

Get the framerate of the movie.

Arguments

handle Valid handle movie.

Return Values

The framerate of the movie or 0 if the handle is MO_INVALID_HANDLE.
The framerate is expressed in 8.24 fixed point format.
framerate = (u32)(number_of_frames_per_second * 16777216.f).

See Also

MO_GetVideoWidth
MO_GetVideoHeight
MO_GetNbIFrame
MO_GetNbFrame
MO_GetNbAudioTrack
MO_GetAudioFrequency

Revision History

03/03/2008 Initial Version