Home
last modified time | relevance | path

Searched refs:FMOD_ERR_RECORD (Results 1 – 9 of 9) sorted by relevance

/dports/games/cake/cake_src/cake/fmod/
H A Dfmod_errors.h25 case FMOD_ERR_RECORD: return "Recording not supported on this device"; in FMOD_ErrorString()
H A Dfmod.h95 FMOD_ERR_RECORD, /* Recording is not supported on this machine */ enumerator
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/fmod/
H A Dfmod_errors.h25 case FMOD_ERR_RECORD: return "Recording not supported on this device"; in FMOD_ErrorString()
H A Dfmod.h98 FMOD_ERR_RECORD, /* Recording is not supported on this machine */ enumerator
/dports/games/cube/cube_source/include/
H A Dfmod_errors.h25 case FMOD_ERR_RECORD: return "Recording not supported on this device"; in FMOD_ErrorString()
H A Dfmod.h95 FMOD_ERR_RECORD, /* Recording is not supported on this machine */ enumerator
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/fmodex/inc/
H A Dfmod_errors.h105 …case FMOD_ERR_RECORD: return "An error occured trying to initialize the recording … in FMOD_ErrorString()
H A Dfmod.h167FMOD_ERR_RECORD, /* An error occured trying to initialize the recording device. */ enumerator
/dports/games/cake/cake_src/cake/
H A Dsound.cpp775 case FMOD_ERR_RECORD: return "^1Recording is not supported on this machine"; in GetSoundErrorString()