VX_JumpToIframe


C Specification

#include <nitro/vx.h>

u32         VX_JumpToIframe     ( VXHandle 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 VX_INVALID_HANDLE or when index is out of range.
The maximum value allowed is VX_GetNbIFrame()-1.

See Also

VX_JumpBeginning
VX_JumpNextIframe
VX_JumpPreviousIframe
VX_GetNbIFrame

Revision History

10/26/2005 Initial Version