MO_JumpPreviousIframe

C Specification

#include <nitro/mobiclip.h>

u32 MO_JumpPreviousIframe ( MOHandle handle );

Description

Go to the previous movie I-frame (keyframe).

Arguments

handle Valid handle movie.

Return Values

1 if no error, 0 if error or if the handle is MO_INVALID_HANDLE.

See Also

MO_JumpNextIframe
MO_JumpBeginning
MO_JumpToIframe
MO_GetNbIFrame

Revision History

03/03/2008 Initial Version