#include <nitro/mobiclip.h>u32 MO_JumpToIframe ( MOHandle handle, u32 index );
Go to an indexed I-frame (keyframe).
| handle | Valid handle movie. |
| index | Index of the I-frame on which we want to jump. |
1 if no error, 0 if the handle is MO_INVALID_HANDLE or when index is out of range.
The maximum value allowed is MO_GetNbIFrame()-1.
MO_JumpBeginning
MO_JumpNextIframe
MO_JumpPreviousIframe
MO_GetNbIFrame
03/03/2008 Initial Version