VX_GetCurrentFrameNumber


C Specification

#include <nitro/vx.h>

u32         VX_GetCurrentFrameNumber    ( VXHandle handle );

Description

Gets the current read frame number of the movie.

Arguments

handle Valid handle movie.

Return Values

The current read frame number.

Revision History

10/26/2005 Initial Version