Bink SDK 1.5v |
The function BinkSetSimulate tells Bink to simulate a specified device I/O speed.
void BinkSetSimulate(   U32 sim_speed ); |
This function allows you to simulate a given playback speed. This is handy when you want to see how a Bink movie will play on a particular speed of CD-ROM. This value is set in bytes per second, so use 150,000 for a 1xCD, 300,000 for a 2xCD, and 600,000 for a 4xCD. To use this function, you first make this call and then you add the BINKSIMULATE flag in your BinkOpen call.
Group:
Bink API
Related Functions:
BinkOpen
Related Basic Types:
BINK_OPEN_FLAGS, U32, void
For technical support, e-mail Bink1@radgametools.com
© Copyright 1994-2003 RAD Game Tools, Inc. All Rights Reserved.