MO_GetNbFrame

C Specification

#include <nitro/mobiclip.h>

u32 MO_GetNbFrame ( MOHandle handle );

Description

Get the number of frames of the movie.

Arguments

handle Valid handle movie.

Return Values

The number of frames of the movie or 0 if the handle is MO_INVALID_HANDLE.

See Also

MO_GetVideoWidth
MO_GetVideoHeight
MO_GetVideoFps
MO_GetNbIFrame
MO_GetNbAudioTrack
MO_GetAudioFrequency

Revision History

03/03/2008 Initial Version