VX_JumpBeginning


C Specification

#include <nitro/vx.h>

u32         VX_JumpBeginning        ( VXHandle handle );

Description

Go to the beginning of the movie.

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_JumpNextIframe
VX_JumpPreviousIframe
VX_JumpToIframe
VX_GetNbIFrame

Revision History

10/26/2005 Initial Version