fmod.common

Undocumented in source.

Members

Aliases

FMOD_3D_ROLLOFF_CALLBACK
alias FMOD_3D_ROLLOFF_CALLBACK = float function(FMOD_CHANNELCONTROL*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_CHANNELCONTROL_CALLBACK
alias FMOD_CHANNELCONTROL_CALLBACK = FMOD_RESULT function(FMOD_CHANNELCONTROL*, FMOD_CHANNELCONTROL_TYPE, FMOD_CHANNELCONTROL_CALLBACK_TYPE, void*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_DEBUG_CALLBACK
alias FMOD_DEBUG_CALLBACK = FMOD_RESULT function(uint, const(char)*, int, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_FILE_ASYNCCANCEL_CALLBACK
alias FMOD_FILE_ASYNCCANCEL_CALLBACK = FMOD_RESULT function(FMOD_ASYNCREADINFO*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_FILE_ASYNCDONE
alias FMOD_FILE_ASYNCDONE = void function(FMOD_ASYNCREADINFO*, FMOD_RESULT)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_FILE_ASYNCREAD_CALLBACK
alias FMOD_FILE_ASYNCREAD_CALLBACK = FMOD_RESULT function(FMOD_ASYNCREADINFO*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_FILE_CLOSE_CALLBACK
alias FMOD_FILE_CLOSE_CALLBACK = FMOD_RESULT function(void*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_FILE_OPEN_CALLBACK
alias FMOD_FILE_OPEN_CALLBACK = FMOD_RESULT function(const(char)*, uint*, void**, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_FILE_READ_CALLBACK
alias FMOD_FILE_READ_CALLBACK = FMOD_RESULT function(void*, void*, uint, uint*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_FILE_SEEK_CALLBACK
alias FMOD_FILE_SEEK_CALLBACK = FMOD_RESULT function(void*, uint, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_MEMORY_ALLOC_CALLBACK
alias FMOD_MEMORY_ALLOC_CALLBACK = void* function(uint, uint, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_MEMORY_FREE_CALLBACK
alias FMOD_MEMORY_FREE_CALLBACK = void function(void*, uint, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_MEMORY_REALLOC_CALLBACK
alias FMOD_MEMORY_REALLOC_CALLBACK = void* function(void*, uint, uint, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SOUND_NONBLOCK_CALLBACK
alias FMOD_SOUND_NONBLOCK_CALLBACK = FMOD_RESULT function(FMOD_SOUND*, FMOD_RESULT)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SOUND_PCMREAD_CALLBACK
alias FMOD_SOUND_PCMREAD_CALLBACK = FMOD_RESULT function(FMOD_SOUND*, void*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SOUND_PCMSETPOS_CALLBACK
alias FMOD_SOUND_PCMSETPOS_CALLBACK = FMOD_RESULT function(FMOD_SOUND*, int, uint, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SYSTEM_CALLBACK
alias FMOD_SYSTEM_CALLBACK = FMOD_RESULT function(FMOD_SYSTEM*, uint, void*, void*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

FMOD_CHANNELCONTROL_CALLBACK_TYPE
enum FMOD_CHANNELCONTROL_CALLBACK_TYPE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_CHANNELCONTROL_DSP
enum FMOD_CHANNELCONTROL_DSP
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_CHANNELCONTROL_TYPE
enum FMOD_CHANNELCONTROL_TYPE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_CHANNELORDER
enum FMOD_CHANNELORDER
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_DEBUG_MODE
enum FMOD_DEBUG_MODE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_DSPCONNECTION_TYPE
enum FMOD_DSPCONNECTION_TYPE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_DSP_RESAMPLER
enum FMOD_DSP_RESAMPLER
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ERRORCALLBACK_INSTANCETYPE
enum FMOD_ERRORCALLBACK_INSTANCETYPE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_INITFLAGS
enum FMOD_INITFLAGS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_OPENSTATE
enum FMOD_OPENSTATE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_OUTPUTTYPE
enum FMOD_OUTPUTTYPE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_PLUGINTYPE
enum FMOD_PLUGINTYPE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_RESULT
enum FMOD_RESULT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SOUNDGROUP_BEHAVIOR
enum FMOD_SOUNDGROUP_BEHAVIOR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SOUND_FORMAT
enum FMOD_SOUND_FORMAT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SOUND_TYPE
enum FMOD_SOUND_TYPE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SPEAKER
enum FMOD_SPEAKER
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SPEAKERMODE
enum FMOD_SPEAKERMODE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_TAGDATATYPE
enum FMOD_TAGDATATYPE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_TAGTYPE
enum FMOD_TAGTYPE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

FMOD_3D_ATTRIBUTES
struct FMOD_3D_ATTRIBUTES
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ADVANCEDSETTINGS
struct FMOD_ADVANCEDSETTINGS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ASYNCREADINFO
struct FMOD_ASYNCREADINFO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_CHANNEL
struct FMOD_CHANNEL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_CHANNELCONTROL
struct FMOD_CHANNELCONTROL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_CHANNELGROUP
struct FMOD_CHANNELGROUP
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_CREATESOUNDEXINFO
struct FMOD_CREATESOUNDEXINFO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_DSP
struct FMOD_DSP
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_DSPCONNECTION
struct FMOD_DSPCONNECTION
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ERRORCALLBACK_INFO
struct FMOD_ERRORCALLBACK_INFO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_GEOMETRY
struct FMOD_GEOMETRY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_GUID
struct FMOD_GUID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_POLYGON
struct FMOD_POLYGON
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_REVERB3D
struct FMOD_REVERB3D
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_REVERB_PROPERTIES
struct FMOD_REVERB_PROPERTIES
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SOUND
struct FMOD_SOUND
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SOUNDGROUP
struct FMOD_SOUNDGROUP
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SYNCPOINT
struct FMOD_SYNCPOINT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SYSTEM
struct FMOD_SYSTEM
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_TAG
struct FMOD_TAG
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_VECTOR
struct FMOD_VECTOR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta