Bink SDK 1.5v

BinkPause

The function BinkPause pauses and resumes playback of a Bink file.

S32 BinkPause(
  HBINK bink,
  S32 pause
);

In Parameters

bink
Specifies the Bink handle.
pause
Specifies whether to pause (non-zero) or resume the movie (zero).

Returns

Returns whether the movie is currently paused or playing

Discussion

This function allows you to easily pause the Bink playback. Pass in a non-zero value to pause the movie, and a zero to resume the movie after a pause. Once you call this function, BinkWait will return 1 until you resume the movie. The audio will also be paused after this function has been called.


Group: Bink API
Related Functions: BinkWait
Related Basic Types: HBINK, S32

For technical support, e-mail Bink1@radgametools.com
© Copyright 1994-2003 RAD Game Tools, Inc. All Rights Reserved.