#include <nitro/vx.h>
u32 VX_JumpToIframe ( VXHandle 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 isVX_INVALID_HANDLEor when index is out of range. The maximum value allowed isVX_GetNbIFrame()-1.
VX_JumpBeginning
VX_JumpNextIframe
VX_JumpPreviousIframe
VX_GetNbIFrame
10/26/2005 Initial Version