| Miles Sound System SDK 7.2a |
The function AIL_get_DirectSound_info returns the pointers to the DirectSound object currently being used by MSS.
void AIL_get_DirectSound_info( HSAMPLE S, LPDIRECTSOUND *lplpDS, LPDIRECTSOUNDBUFFER *lplpDSB ); |
This function is Windows only.
To get the pointer to the DirectSoundBuffer object, you must call AIL_start_sample at least once before calling this function (a DirectSoundBuffer object isn't assigned until you play the sample).
If MSS isn't currently using DirectSound, then this function will simply return.
You can pass NULL for any of the parameters that you aren't interested in.
Group:
Digital Audio Services
Related Functions:
AIL_open_digital_driver, AIL_start_sample
Related Basic Types:
HSAMPLE, LPDIRECTSOUND, LPDIRECTSOUNDBUFFER, void
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.