Previous Topic Index Next Topic
[API function]

FSOUND_GetDriverCaps

Returns information on capabilities of the current output mode.

signed char F_API FSOUND_GetDriverCaps(
int id,
unsigned int *caps
);

Parameters

id Enumerated driver ID. This must be in a valid range delimited by FSOUND_GetNumDrivers,
caps Pointer to an unsigned int to have the caps bits stored.

Return Value

On success, TRUE is returned.
On failure, FALSE is returned.

Remarks

This function cannot be called after FMOD is already activated with FSOUND_Init.
It must be called before FSOUND_Init.
FSOUND_SetOutput must be called to tell FMOD which output mode you are talking about.
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube

See Also

FSOUND_CAPS , FSOUND_GetNumDrivers , FSOUND_Init , FSOUND_SetOutput

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Thu Dec 15 17:31:29 2005 by SourceDoc v0.10, the automated source code documenter.