Bink SDK 1.5v

BinkGetSummary

The function BinkGetSummary returns playback information about the specified Bink handle.

void BinkGetSummary(
  HBINK bink,
  BINKSUMMARY *summary
);

In Parameters

bink
Specifies the Bink handle.

Out Parameters

summary
Specifies the structure to return the summary information in.

Discussion

This function returns all kinds of useful information about a Bink file that you have just played. You will usually call this function right before you close the Bink file.


Group: Bink API
Related Sections: Memory management on the Nintendo GameCube, Memory management on the Xbox, Memory management under MacOS, Memory management under Win32
Related Functions: BinkClose, BinkDoFrame, BinkGetRealtime
Related Basic Types: HBINK, void
Related Structures: BINKSUMMARY

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