Bink SDK 1.5v

BinkCloseTrack

The function BinkCloseTrack closes a low-level audio track decoder handle.

void BinkCloseTrack(
  HBINKTRACK bink_track
);

In Parameters

bink_track
Specifies the handle to close.

Discussion

This function closes a Bink audio track handle that was opened with the BinkOpenTrack function. This function is rarely used - most of the time audio playback is completely automatic with Bink.


Group: Bink API
Related Functions: BinkCloseTrack, BinkGetTrackData, BinkGetTrackID, BinkOpenTrack
Related Basic Types: HBINKTRACK, void

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