Bink SDK 1.5v |
The function BinkGetRealtime returns realtime playback information about the specified Bink handle.
void BinkGetRealtime(   HBINK bink,   BINKREALTIME *real_time,   U32 frame_window_length ); |
This function returns realtime information about the currently playing Bink file. You can display exactly what's going on in the Bink playback while you watch the movie! You can examine the realtime information over one or more frame's worth of time by setting the frame_window_length parameter. For simplicity, you can just use 0 for the frame_window_length parameter (which tells Bink to report on the last one second's worth of frames).
Group:
Bink API
Related Functions:
BinkGetSummary
Related Basic Types:
HBINK, U32, void
Related Structures:
BINKREALTIME
For technical support, e-mail Bink1@radgametools.com
© Copyright 1994-2003 RAD Game Tools, Inc. All Rights Reserved.