Bink SDK 1.5v |
The structure BINKTRACK is a structure returned from BinkOpenTrack.
struct BINKTRACK {   U32 Frequency;   U32 Bits;   U32 Channels;   U32 MaxSize; }; |
The BINKTRACK structure is pointed to by the HBINKTRACK handle that is returned from BinkOpenTrack. You can dereference the pointer to access any of these information fields. Note that you should never change any of these values!
Group:
Bink API
Related Functions:
BinkGetTrackData, BinkOpenTrack
Related Basic Types:
HBINKTRACK, U32
For technical support, e-mail Bink1@radgametools.com
© Copyright 1994-2003 RAD Game Tools, Inc. All Rights Reserved.