Bink SDK 1.5v |
The function BinkBufferSetResolution tells Bink to switch video resolution when opening the BinkBuffer.
void BinkBufferSetResolution(   U32 width,   U32 height,   U32 color_depth ); |
This function tells Bink what resolution to use when playing the Bink file. This function won't actually switch the resolution - it just requests that it be used when the BinkBuffer is opened. To use this function, you first call this function, and then you call call BinkOpen using the BINKBUFFERRESOLUTION flag. Note that if you have already switched the resolution using DirectDraw, then you don't have to do it again with the BinkBuffer API. If you used the BINKBUFFERDIBSECTION flag to open this BinkBuffer, then Bink will use ChangeDisplaySettings to switch the video mode.
Group:
BinkBuffer API
Related Functions:
BinkBufferOpen, BinkOpen
Related Basic Types:
BINKBUFFER_OPEN_FLAGS, U32, void
For technical support, e-mail Bink1@radgametools.com
© Copyright 1994-2003 RAD Game Tools, Inc. All Rights Reserved.