Previous Topic Index Next Topic
[API function]

FSOUND_SetMixer

Sets a digital mixer type.

signed char F_API FSOUND_SetMixer(
int mixer
);

Parameters

mixer mixer type, see FSOUND_MIXERTYPES for valid parameters and descriptions.

Return Value

On success, TRUE is returned.
On failure, (ie if FMOD is already active) FALSE is returned.

Remarks

This function cannot be called after FMOD is already activated with FSOUND_Init.
It must be called before FSOUND_Init, or after FSOUND_Close.
This function does not nescessarily need to be called, autodetection will select the
fastest mixer for your machine. It is here if you need to test all mixer types for
debugging purposes, or a mixer has a feature that the autodetected one doesnt.
(ie low quality mixers or volume ramping)
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube

See Also

FSOUND_Close , FSOUND_GetMixer , FSOUND_Init , FSOUND_MIXERTYPES

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