Previous Topic Index Next Topic
[Enum]

FMOD_ERRORS

On failure of commands in FMOD, use FSOUND_GetError to attain what happened.

Enumerators

FMOD_ERR_NONE /* No errors */
FMOD_ERR_BUSY /* Cannot call this command after FSOUND_Init. Call FSOUND_Close first. */
FMOD_ERR_UNINITIALIZED /* This command failed because FSOUND_Init or FSOUND_SetOutput was not called */
FMOD_ERR_INIT /* Error initializing output device. */
FMOD_ERR_ALLOCATED /* Error initializing output device, but more specifically, the output device is already in use and cannot be reused. */
FMOD_ERR_PLAY /* Playing the sound failed. */
FMOD_ERR_OUTPUT_FORMAT /* Soundcard does not support the features needed for this soundsystem (16bit stereo output) */
FMOD_ERR_COOPERATIVELEVEL /* Error setting cooperative level for hardware. */
FMOD_ERR_CREATEBUFFER /* Error creating hardware sound buffer. */
FMOD_ERR_FILE_NOTFOUND /* File not found */
FMOD_ERR_FILE_FORMAT /* Unknown file format */
FMOD_ERR_FILE_BAD /* Error loading file */
FMOD_ERR_MEMORY /* Not enough memory or resources */
FMOD_ERR_VERSION /* The version number of this file format is not supported */
FMOD_ERR_INVALID_PARAM /* An invalid parameter was passed to this function */
FMOD_ERR_NO_EAX /* Tried to use an EAX command on a non EAX enabled channel or output. */
FMOD_ERR_CHANNEL_ALLOC /* Failed to allocate a new channel */
FMOD_ERR_RECORD /* Recording is not supported on this machine */
FMOD_ERR_MEDIAPLAYER /* Windows Media Player not installed so cannot play wma or use internet streaming. */
FMOD_ERR_CDDEVICE /* An error occured trying to open the specified CD device */

See Also

FSOUND_Close , FSOUND_GetError , FSOUND_Init , FSOUND_SetOutput

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