Bink SDK 1.5v

BinkSetSimulate

The function BinkSetSimulate tells Bink to simulate a specified device I/O speed.

void BinkSetSimulate(
  U32 sim_speed
);

In Parameters

sim_speed
Specifies the speed in bytes per second to simulate.

Discussion

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.