#include <nitro/vx.h>
u32 VX_GetIFrameInfo ( VXHandle handle, u32 index );
Gets the frame number of the I-frame (keyframe) indexed by index.
handle |
Valid handle movie. |
index |
Index of the I-frame on which we want the frame number. |
The frame number of the I-frame indexed by index.
10/26/2005 Initial Version