Previous Topic Index Next Topic
[API function]

FSOUND_DSP_SetPriority

Changes a DSP Unit's priority position in the DSP chain.

void F_API FSOUND_DSP_SetPriority(
FSOUND_DSPUNIT *unit,
int priority
);

Parameters

unit Pointer to DSP unit to have its priority changed.
priority Order in the priority chain. Valid numbers are 0 to 1000, 0 being
highest priority (first), with 1000 being lowest priority (last).

Return Value

Remarks

DSP units with the same priority as a previous unit already in the chain will be placed
AFTER all like priority units.

See Also

FSOUND_DSP_Create , FSOUND_DSP_GetPriority

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.