#include <nitro/mobiclip.h>u32 MO_GetNbIFrame ( MOHandle handle );
Get the number of I-Frames (keyframe) in the movie.
| handle | Valid handle movie. |
The number of I-Frames of the movie or 0 if the handle is MO_INVALID_HANDLE.
MO_GetVideoWidth
MO_GetVideoHeight
MO_GetVideoFps
MO_GetNbFrame
MO_GetNbAudioTrack
MO_GetAudioFrequency
MO_GetIFrameInfo
03/03/2008 Initial Version