Bink SDK 1.5v |
The basic type BINK_GOTO_FLAGS Specifies the type of jump to perform.
Value | Description |
---|---|
NULL | By default (using no flags), Bink performs a jump by seeking to the nearest key frame and then decompressing up to your specified frame. |
BINKGOTOQUICK | Use this flag to force Bink to jump directly to the frame, and not bother with the key frame seek first (this may cause the frames after a jump to be displayed incorrectly). |
BINKGOTOQUICKSOUND | Bink stores the first 750 milliseconds of audio in the first frame of the movie. That means if you go to, say, frame 500, Bink has to internally jump to frame 500 minus 750 milliseconds so that the sound starts immediately when you begin playing again. All of these internal gymnastics to start the sound exactly at your frame is transparent to you, except that extra I/O is performed as well as a little extra CPU is consumed to make it all happen. However, if you use the BINKGOTOQUICKSOUND flag, then you save this I/O and CPU - Bink just doesn't skip back the 750 milliseconds, so the first 750 ms after the BinkGoto will be just silence. This is handy when you need the fastest possible jump without concern for the sound. |
These flags are used with the BinkGoto function to specify which type of jump you want to perform. You can also find the nearest key frame manually with the BinkGetKeyFrame function.
Group:
Basic Types, Bink API
Related Functions:
BinkGetKeyFrame, BinkGoto
For technical support, e-mail Bink1@radgametools.com
© Copyright 1994-2003 RAD Game Tools, Inc. All Rights Reserved.