[API function]
Allows the user to toggle a DSP unit on or off.
void F_API FSOUND_DSP_SetActive(
FSOUND_DSPUNIT *unit,
signed char active
);
Parameters
unit |
Pointer to DSP unit to have its active flag changed.
|
active |
Flag to say whether DSP unit should be rendered active or inactive. valid
values are TRUE or FALSE.
|
Return Value
void
Remarks
It is possible to toggle on and off FSOUNDs internal DSP units, though not recommended.
See Also
FSOUND_DSP_ClearMixBuffer
,
FSOUND_DSP_Create
,
FSOUND_DSP_GetActive
This document copyright ©Firelight Multimedia, 1999-2001. All rights reserved.
Generated Thu Sep 13 00:18:09 2001
by SourceDoc v0.10, the automated source code documenter.