Bink SDK 1.5v |
The function BinkGetKeyFrame finds a key frame near another specified frame.
U32 BinkGetKeyFrame(   HBINK bink,   U32 frame_num,   BINK_GETKEY_FLAGS getkey_flags ); |
Returns the nearest key frame.
This function allows you to find key frames near the specified frame number. Simply pass in the frame number that you're interested in, and Bink will find the closest key frame using the search style specified by the flags parameter.
Group:
Bink API
Related Functions:
BinkGoto
Related Basic Types:
BINK_GETKEY_FLAGS, BINK_GOTO_FLAGS, HBINK, U32
For technical support, e-mail Bink1@radgametools.com
© Copyright 1994-2003 RAD Game Tools, Inc. All Rights Reserved.