| Miles Sound System SDK 7.2a |
The function AIL_digital_configuration returns information about the specified digital driver.
void AIL_digital_configuration( HDIGDRIVER dig, S32 *rate, S32 *format, char *desc ); |
You can pass in NULL for any of the parameters that you're not interested in.
Under Win32 and Win64, the *desc string will also tell you if MSS is using DirectSound or the waveOut multimedia extensions (MME). It will also tell you if you are running in emulated DirectSound mode by prepending the description with the string"Emulated".
Group:
Digital Audio Services
Related Basic Types:
HDIGDRIVER, MILES_DIGITAL_FORMAT, S32, char, void
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.