#include <nitro/vx.h>
u32 VX_JumpNextIframe ( VXHandle handle );
Go to the next movie I-frame (keyframe).
handle |
Valid handle movie. |
1 if no error, 0 if error or if the handle is VX_INVALID_HANDLE.
VX_JumpBeginning
VX_JumpPreviousIframe
VX_JumpToIframe
VX_GetNbIFrame
10/26/2005 Initial Version