Bink SDK 1.5v

BinkGetKeyFrame

The function BinkGetKeyFrame finds a key frame near another specified frame.

U32 BinkGetKeyFrame(
  HBINK bink,
  U32 frame_num,
  BINK_GETKEY_FLAGS getkey_flags
);

In Parameters

bink
Specifies the Bink handle.
frame_num
Specifies the frame number to search on.
getkey_flags
Specifies the type of key frame search to perform.

Returns

Returns the nearest key frame.

Discussion

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.