#include <nitro/mobiclip.h>u32 MO_GetIFrameInfo ( MOHandle handle, u32 index );
Get the frame number of the I-frame (keyframe) indexed by index.
| handle | Valid handle movie. |
| index | Index of the I-frame on which we want the frame number. |
The frame number of the I-frame indexed by index.
03/03/2008 Initial Version