MO_JumpToIframe

C Specification

#include <nitro/mobiclip.h>

u32 MO_JumpToIframe ( MOHandle handle, u32 index );

Description

Go to an indexed I-frame (keyframe).

Arguments

handle Valid handle movie.
index Index of the I-frame on which we want to jump.

Return Values

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.

See Also

MO_JumpBeginning
MO_JumpNextIframe
MO_JumpPreviousIframe
MO_GetNbIFrame

Revision History

03/03/2008 Initial Version