Previous Topic Index Next Topic
[Define]

FSOUND_DSP_PRIORITIES

These default priorities are

FSOUND_DSP_DEFAULTPRIORITY_CLEARUNIT 0 /* DSP CLEAR unit - done first */
FSOUND_DSP_DEFAULTPRIORITY_SFXUNIT 100 /* DSP SFX unit - done second */
FSOUND_DSP_DEFAULTPRIORITY_MUSICUNIT 200 /* DSP MUSIC unit - done third */
FSOUND_DSP_DEFAULTPRIORITY_USER 300 /* User priority, use this as reference */
FSOUND_DSP_DEFAULTPRIORITY_FFTUNIT 900 /* This reads data for FSOUND_DSP_GetSpectrum, so it comes after user units */
FSOUND_DSP_DEFAULTPRIORITY_CLIPANDCOPYUNIT 1000 /* DSP CLIP AND COPY unit - last */

See Also

FSOUND_DSP_Create , FSOUND_DSP_GetSpectrum , FSOUND_DSP_SetPriority

This document copyright ©Firelight Multimedia, 1999-2001. All rights reserved.
Generated Thu Sep 13 00:18:10 2001 by SourceDoc v0.10, the automated source code documenter.