Bink SDK 1.5v

BinkSoundUseMiles

The function BinkSoundUseMiles tells Bink to use the Miles Sound System as its sound output system.

S32 BinkSoundUseMiles(
  VOID_PTR hDigDriver
);

In Parameters

hDigDriver
Specifies the Miles Sound System HDIGDRIVER handle that is returned from the Miles function, AIL_waveOutOpen.

Returns

Returns whether Bink successfully switched to Miles as its output layer (non-zero for success, zero for failure).

Discussion

This function (macro actually) tells Bink to use the Miles Sound System for its audio output. This function is global - you only need to call it once. You must, however, call it before you call BinkOpen for the first time, or the function will fail.


Group: Bink API
Related Sections: Sound under Win32
Related Functions: BinkOpen, BinkSetSoundSystem, BinkSoundUseAX, BinkSoundUseDirectSound, BinkSoundUseMusyX, BinkSoundUseSoundManager
Related Basic Types: S32, VOID_PTR

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