VX_JumpNextIframe


C Specification

#include <nitro/vx.h>

u32         VX_JumpNextIframe           ( VXHandle handle );

Description

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

Arguments

handle Valid handle movie.

Return Values

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

See Also

VX_JumpBeginning
VX_JumpPreviousIframe
VX_JumpToIframe
VX_GetNbIFrame

Revision History

10/26/2005 Initial Version