fmod.fmod

Undocumented in source.

Public Imports

fmod.common
public import fmod.common;
fmod.errors
public import fmod.errors;

Members

Classes

Sound
class Sound
Undocumented in source.
System
class System
Undocumented in source.

Functions

FMOD_ChannelGroup_AddFadePoint
FMOD_RESULT FMOD_ChannelGroup_AddFadePoint(FMOD_CHANNELGROUP* channelgroup, ulong dspclock, float volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Get3DAttributes
FMOD_RESULT FMOD_ChannelGroup_Get3DAttributes(FMOD_CHANNELGROUP* channelgroup, FMOD_VECTOR* pos, FMOD_VECTOR* vel, FMOD_VECTOR* alt_pan_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Get3DConeOrientation
FMOD_RESULT FMOD_ChannelGroup_Get3DConeOrientation(FMOD_CHANNELGROUP* channelgroup, FMOD_VECTOR* orientation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Get3DConeSettings
FMOD_RESULT FMOD_ChannelGroup_Get3DConeSettings(FMOD_CHANNELGROUP* channelgroup, float* insideconeangle, float* outsideconeangle, float* outsidevolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Get3DCustomRolloff
FMOD_RESULT FMOD_ChannelGroup_Get3DCustomRolloff(FMOD_CHANNELGROUP* channelgroup, FMOD_VECTOR** points, int* numpoints)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Get3DDistanceFilter
FMOD_RESULT FMOD_ChannelGroup_Get3DDistanceFilter(FMOD_CHANNELGROUP* channelgroup, int* custom, float* customLevel, float* centerFreq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Get3DDopplerLevel
FMOD_RESULT FMOD_ChannelGroup_Get3DDopplerLevel(FMOD_CHANNELGROUP* channelgroup, float* level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Get3DLevel
FMOD_RESULT FMOD_ChannelGroup_Get3DLevel(FMOD_CHANNELGROUP* channelgroup, float* level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Get3DMinMaxDistance
FMOD_RESULT FMOD_ChannelGroup_Get3DMinMaxDistance(FMOD_CHANNELGROUP* channelgroup, float* mindistance, float* maxdistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Get3DOcclusion
FMOD_RESULT FMOD_ChannelGroup_Get3DOcclusion(FMOD_CHANNELGROUP* channelgroup, float* directocclusion, float* reverbocclusion)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Get3DSpread
FMOD_RESULT FMOD_ChannelGroup_Get3DSpread(FMOD_CHANNELGROUP* channelgroup, float* angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetAudibility
FMOD_RESULT FMOD_ChannelGroup_GetAudibility(FMOD_CHANNELGROUP* channelgroup, float* audibility)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetChannel
FMOD_RESULT FMOD_ChannelGroup_GetChannel(FMOD_CHANNELGROUP* channelgroup, int index, FMOD_CHANNEL** channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetDelay
FMOD_RESULT FMOD_ChannelGroup_GetDelay(FMOD_CHANNELGROUP* channelgroup, ulong* dspclock_start, ulong* dspclock_end, int* stopchannels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetFadePoints
FMOD_RESULT FMOD_ChannelGroup_GetFadePoints(FMOD_CHANNELGROUP* channelgroup, uint* numpoints, ulong* point_dspclock, float* point_volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetGroup
FMOD_RESULT FMOD_ChannelGroup_GetGroup(FMOD_CHANNELGROUP* channelgroup, int index, FMOD_CHANNELGROUP** group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetLowPassGain
FMOD_RESULT FMOD_ChannelGroup_GetLowPassGain(FMOD_CHANNELGROUP* channelgroup, float* gain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetMixMatrix
FMOD_RESULT FMOD_ChannelGroup_GetMixMatrix(FMOD_CHANNELGROUP* channelgroup, float* matrix, int* outchannels, int* inchannels, int inchannel_hop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetMode
FMOD_RESULT FMOD_ChannelGroup_GetMode(FMOD_CHANNELGROUP* channelgroup, uint* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetMute
FMOD_RESULT FMOD_ChannelGroup_GetMute(FMOD_CHANNELGROUP* channelgroup, int* mute)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetName
FMOD_RESULT FMOD_ChannelGroup_GetName(FMOD_CHANNELGROUP* channelgroup, char* name, int namelen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetNumChannels
FMOD_RESULT FMOD_ChannelGroup_GetNumChannels(FMOD_CHANNELGROUP* channelgroup, int* numchannels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetNumGroups
FMOD_RESULT FMOD_ChannelGroup_GetNumGroups(FMOD_CHANNELGROUP* channelgroup, int* numgroups)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetParentGroup
FMOD_RESULT FMOD_ChannelGroup_GetParentGroup(FMOD_CHANNELGROUP* channelgroup, FMOD_CHANNELGROUP** group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetPaused
FMOD_RESULT FMOD_ChannelGroup_GetPaused(FMOD_CHANNELGROUP* channelgroup, int* paused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetPitch
FMOD_RESULT FMOD_ChannelGroup_GetPitch(FMOD_CHANNELGROUP* channelgroup, float* pitch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetReverbProperties
FMOD_RESULT FMOD_ChannelGroup_GetReverbProperties(FMOD_CHANNELGROUP* channelgroup, int instance, float* wet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetSystemObject
FMOD_RESULT FMOD_ChannelGroup_GetSystemObject(FMOD_CHANNELGROUP* channelgroup, FMOD_SYSTEM** system)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetUserData
FMOD_RESULT FMOD_ChannelGroup_GetUserData(FMOD_CHANNELGROUP* channelgroup, void** userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetVolume
FMOD_RESULT FMOD_ChannelGroup_GetVolume(FMOD_CHANNELGROUP* channelgroup, float* volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_GetVolumeRamp
FMOD_RESULT FMOD_ChannelGroup_GetVolumeRamp(FMOD_CHANNELGROUP* channelgroup, int* ramp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_IsPlaying
FMOD_RESULT FMOD_ChannelGroup_IsPlaying(FMOD_CHANNELGROUP* channelgroup, int* isplaying)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Release
FMOD_RESULT FMOD_ChannelGroup_Release(FMOD_CHANNELGROUP* channelgroup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_RemoveFadePoints
FMOD_RESULT FMOD_ChannelGroup_RemoveFadePoints(FMOD_CHANNELGROUP* channelgroup, ulong dspclock_start, ulong dspclock_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Set3DAttributes
FMOD_RESULT FMOD_ChannelGroup_Set3DAttributes(FMOD_CHANNELGROUP* channelgroup, const(FMOD_VECTOR)* pos, const(FMOD_VECTOR)* vel, const(FMOD_VECTOR)* alt_pan_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Set3DConeOrientation
FMOD_RESULT FMOD_ChannelGroup_Set3DConeOrientation(FMOD_CHANNELGROUP* channelgroup, FMOD_VECTOR* orientation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Set3DConeSettings
FMOD_RESULT FMOD_ChannelGroup_Set3DConeSettings(FMOD_CHANNELGROUP* channelgroup, float insideconeangle, float outsideconeangle, float outsidevolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Set3DCustomRolloff
FMOD_RESULT FMOD_ChannelGroup_Set3DCustomRolloff(FMOD_CHANNELGROUP* channelgroup, FMOD_VECTOR* points, int numpoints)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Set3DDistanceFilter
FMOD_RESULT FMOD_ChannelGroup_Set3DDistanceFilter(FMOD_CHANNELGROUP* channelgroup, int custom, float customLevel, float centerFreq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Set3DDopplerLevel
FMOD_RESULT FMOD_ChannelGroup_Set3DDopplerLevel(FMOD_CHANNELGROUP* channelgroup, float level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Set3DLevel
FMOD_RESULT FMOD_ChannelGroup_Set3DLevel(FMOD_CHANNELGROUP* channelgroup, float level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Set3DMinMaxDistance
FMOD_RESULT FMOD_ChannelGroup_Set3DMinMaxDistance(FMOD_CHANNELGROUP* channelgroup, float mindistance, float maxdistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Set3DOcclusion
FMOD_RESULT FMOD_ChannelGroup_Set3DOcclusion(FMOD_CHANNELGROUP* channelgroup, float directocclusion, float reverbocclusion)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Set3DSpread
FMOD_RESULT FMOD_ChannelGroup_Set3DSpread(FMOD_CHANNELGROUP* channelgroup, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetCallback
FMOD_RESULT FMOD_ChannelGroup_SetCallback(FMOD_CHANNELGROUP* channelgroup, FMOD_CHANNELCONTROL_CALLBACK callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetDelay
FMOD_RESULT FMOD_ChannelGroup_SetDelay(FMOD_CHANNELGROUP* channelgroup, ulong dspclock_start, ulong dspclock_end, int stopchannels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetFadePointRamp
FMOD_RESULT FMOD_ChannelGroup_SetFadePointRamp(FMOD_CHANNELGROUP* channelgroup, ulong dspclock, float volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetLowPassGain
FMOD_RESULT FMOD_ChannelGroup_SetLowPassGain(FMOD_CHANNELGROUP* channelgroup, float gain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetMixLevelsInput
FMOD_RESULT FMOD_ChannelGroup_SetMixLevelsInput(FMOD_CHANNELGROUP* channelgroup, float* levels, int numlevels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetMixLevelsOutput
FMOD_RESULT FMOD_ChannelGroup_SetMixLevelsOutput(FMOD_CHANNELGROUP* channelgroup, float frontleft, float frontright, float center, float lfe, float surroundleft, float surroundright, float backleft, float backright)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetMixMatrix
FMOD_RESULT FMOD_ChannelGroup_SetMixMatrix(FMOD_CHANNELGROUP* channelgroup, float* matrix, int outchannels, int inchannels, int inchannel_hop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetMode
FMOD_RESULT FMOD_ChannelGroup_SetMode(FMOD_CHANNELGROUP* channelgroup, uint mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetMute
FMOD_RESULT FMOD_ChannelGroup_SetMute(FMOD_CHANNELGROUP* channelgroup, int mute)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetPan
FMOD_RESULT FMOD_ChannelGroup_SetPan(FMOD_CHANNELGROUP* channelgroup, float pan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetPaused
FMOD_RESULT FMOD_ChannelGroup_SetPaused(FMOD_CHANNELGROUP* channelgroup, int paused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetPitch
FMOD_RESULT FMOD_ChannelGroup_SetPitch(FMOD_CHANNELGROUP* channelgroup, float pitch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetReverbProperties
FMOD_RESULT FMOD_ChannelGroup_SetReverbProperties(FMOD_CHANNELGROUP* channelgroup, int instance, float wet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetUserData
FMOD_RESULT FMOD_ChannelGroup_SetUserData(FMOD_CHANNELGROUP* channelgroup, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetVolume
FMOD_RESULT FMOD_ChannelGroup_SetVolume(FMOD_CHANNELGROUP* channelgroup, float volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_SetVolumeRamp
FMOD_RESULT FMOD_ChannelGroup_SetVolumeRamp(FMOD_CHANNELGROUP* channelgroup, int ramp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_ChannelGroup_Stop
FMOD_RESULT FMOD_ChannelGroup_Stop(FMOD_CHANNELGROUP* channelgroup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_AddFadePoint
FMOD_RESULT FMOD_Channel_AddFadePoint(FMOD_CHANNEL* channel, ulong dspclock, float volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Get3DAttributes
FMOD_RESULT FMOD_Channel_Get3DAttributes(FMOD_CHANNEL* channel, FMOD_VECTOR* pos, FMOD_VECTOR* vel, FMOD_VECTOR* alt_pan_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Get3DConeOrientation
FMOD_RESULT FMOD_Channel_Get3DConeOrientation(FMOD_CHANNEL* channel, FMOD_VECTOR* orientation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Get3DConeSettings
FMOD_RESULT FMOD_Channel_Get3DConeSettings(FMOD_CHANNEL* channel, float* insideconeangle, float* outsideconeangle, float* outsidevolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Get3DCustomRolloff
FMOD_RESULT FMOD_Channel_Get3DCustomRolloff(FMOD_CHANNEL* channel, FMOD_VECTOR** points, int* numpoints)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Get3DDistanceFilter
FMOD_RESULT FMOD_Channel_Get3DDistanceFilter(FMOD_CHANNEL* channel, int* custom, float* customLevel, float* centerFreq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Get3DDopplerLevel
FMOD_RESULT FMOD_Channel_Get3DDopplerLevel(FMOD_CHANNEL* channel, float* level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Get3DLevel
FMOD_RESULT FMOD_Channel_Get3DLevel(FMOD_CHANNEL* channel, float* level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Get3DMinMaxDistance
FMOD_RESULT FMOD_Channel_Get3DMinMaxDistance(FMOD_CHANNEL* channel, float* mindistance, float* maxdistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Get3DOcclusion
FMOD_RESULT FMOD_Channel_Get3DOcclusion(FMOD_CHANNEL* channel, float* directocclusion, float* reverbocclusion)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Get3DSpread
FMOD_RESULT FMOD_Channel_Get3DSpread(FMOD_CHANNEL* channel, float* angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetAudibility
FMOD_RESULT FMOD_Channel_GetAudibility(FMOD_CHANNEL* channel, float* audibility)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetChannelGroup
FMOD_RESULT FMOD_Channel_GetChannelGroup(FMOD_CHANNEL* channel, FMOD_CHANNELGROUP** channelgroup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetCurrentSound
FMOD_RESULT FMOD_Channel_GetCurrentSound(FMOD_CHANNEL* channel, FMOD_SOUND** sound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetDelay
FMOD_RESULT FMOD_Channel_GetDelay(FMOD_CHANNEL* channel, ulong* dspclock_start, ulong* dspclock_end, int* stopchannels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetFadePoints
FMOD_RESULT FMOD_Channel_GetFadePoints(FMOD_CHANNEL* channel, uint* numpoints, ulong* point_dspclock, float* point_volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetFrequency
FMOD_RESULT FMOD_Channel_GetFrequency(FMOD_CHANNEL* channel, float* frequency)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetIndex
FMOD_RESULT FMOD_Channel_GetIndex(FMOD_CHANNEL* channel, int* index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetLoopCount
FMOD_RESULT FMOD_Channel_GetLoopCount(FMOD_CHANNEL* channel, int* loopcount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetLoopPoints
FMOD_RESULT FMOD_Channel_GetLoopPoints(FMOD_CHANNEL* channel, uint* loopstart, uint loopstarttype, uint* loopend, uint loopendtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetLowPassGain
FMOD_RESULT FMOD_Channel_GetLowPassGain(FMOD_CHANNEL* channel, float* gain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetMixMatrix
FMOD_RESULT FMOD_Channel_GetMixMatrix(FMOD_CHANNEL* channel, float* matrix, int* outchannels, int* inchannels, int inchannel_hop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetMode
FMOD_RESULT FMOD_Channel_GetMode(FMOD_CHANNEL* channel, uint* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetMute
FMOD_RESULT FMOD_Channel_GetMute(FMOD_CHANNEL* channel, int* mute)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetPaused
FMOD_RESULT FMOD_Channel_GetPaused(FMOD_CHANNEL* channel, int* paused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetPitch
FMOD_RESULT FMOD_Channel_GetPitch(FMOD_CHANNEL* channel, float* pitch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetPosition
FMOD_RESULT FMOD_Channel_GetPosition(FMOD_CHANNEL* channel, uint* position, uint postype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetPriority
FMOD_RESULT FMOD_Channel_GetPriority(FMOD_CHANNEL* channel, int* priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetReverbProperties
FMOD_RESULT FMOD_Channel_GetReverbProperties(FMOD_CHANNEL* channel, int instance, float* wet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetSystemObject
FMOD_RESULT FMOD_Channel_GetSystemObject(FMOD_CHANNEL* channel, FMOD_SYSTEM** system)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetUserData
FMOD_RESULT FMOD_Channel_GetUserData(FMOD_CHANNEL* channel, void** userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetVolume
FMOD_RESULT FMOD_Channel_GetVolume(FMOD_CHANNEL* channel, float* volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_GetVolumeRamp
FMOD_RESULT FMOD_Channel_GetVolumeRamp(FMOD_CHANNEL* channel, int* ramp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_IsPlaying
FMOD_RESULT FMOD_Channel_IsPlaying(FMOD_CHANNEL* channel, int* isplaying)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_IsVirtual
FMOD_RESULT FMOD_Channel_IsVirtual(FMOD_CHANNEL* channel, int* isvirtual)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_RemoveFadePoints
FMOD_RESULT FMOD_Channel_RemoveFadePoints(FMOD_CHANNEL* channel, ulong dspclock_start, ulong dspclock_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Set3DAttributes
FMOD_RESULT FMOD_Channel_Set3DAttributes(FMOD_CHANNEL* channel, const(FMOD_VECTOR)* pos, const(FMOD_VECTOR)* vel, const(FMOD_VECTOR)* alt_pan_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Set3DConeOrientation
FMOD_RESULT FMOD_Channel_Set3DConeOrientation(FMOD_CHANNEL* channel, FMOD_VECTOR* orientation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Set3DConeSettings
FMOD_RESULT FMOD_Channel_Set3DConeSettings(FMOD_CHANNEL* channel, float insideconeangle, float outsideconeangle, float outsidevolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Set3DCustomRolloff
FMOD_RESULT FMOD_Channel_Set3DCustomRolloff(FMOD_CHANNEL* channel, FMOD_VECTOR* points, int numpoints)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Set3DDistanceFilter
FMOD_RESULT FMOD_Channel_Set3DDistanceFilter(FMOD_CHANNEL* channel, int custom, float customLevel, float centerFreq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Set3DDopplerLevel
FMOD_RESULT FMOD_Channel_Set3DDopplerLevel(FMOD_CHANNEL* channel, float level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Set3DLevel
FMOD_RESULT FMOD_Channel_Set3DLevel(FMOD_CHANNEL* channel, float level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Set3DMinMaxDistance
FMOD_RESULT FMOD_Channel_Set3DMinMaxDistance(FMOD_CHANNEL* channel, float mindistance, float maxdistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Set3DOcclusion
FMOD_RESULT FMOD_Channel_Set3DOcclusion(FMOD_CHANNEL* channel, float directocclusion, float reverbocclusion)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Set3DSpread
FMOD_RESULT FMOD_Channel_Set3DSpread(FMOD_CHANNEL* channel, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetCallback
FMOD_RESULT FMOD_Channel_SetCallback(FMOD_CHANNEL* channel, FMOD_CHANNELCONTROL_CALLBACK callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetChannelGroup
FMOD_RESULT FMOD_Channel_SetChannelGroup(FMOD_CHANNEL* channel, FMOD_CHANNELGROUP* channelgroup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetDelay
FMOD_RESULT FMOD_Channel_SetDelay(FMOD_CHANNEL* channel, ulong dspclock_start, ulong dspclock_end, int stopchannels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetFadePointRamp
FMOD_RESULT FMOD_Channel_SetFadePointRamp(FMOD_CHANNEL* channel, ulong dspclock, float volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetFrequency
FMOD_RESULT FMOD_Channel_SetFrequency(FMOD_CHANNEL* channel, float frequency)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetLoopCount
FMOD_RESULT FMOD_Channel_SetLoopCount(FMOD_CHANNEL* channel, int loopcount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetLoopPoints
FMOD_RESULT FMOD_Channel_SetLoopPoints(FMOD_CHANNEL* channel, uint loopstart, uint loopstarttype, uint loopend, uint loopendtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetLowPassGain
FMOD_RESULT FMOD_Channel_SetLowPassGain(FMOD_CHANNEL* channel, float gain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetMixLevelsInput
FMOD_RESULT FMOD_Channel_SetMixLevelsInput(FMOD_CHANNEL* channel, float* levels, int numlevels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetMixLevelsOutput
FMOD_RESULT FMOD_Channel_SetMixLevelsOutput(FMOD_CHANNEL* channel, float frontleft, float frontright, float center, float lfe, float surroundleft, float surroundright, float backleft, float backright)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetMixMatrix
FMOD_RESULT FMOD_Channel_SetMixMatrix(FMOD_CHANNEL* channel, float* matrix, int outchannels, int inchannels, int inchannel_hop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetMode
FMOD_RESULT FMOD_Channel_SetMode(FMOD_CHANNEL* channel, uint mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetMute
FMOD_RESULT FMOD_Channel_SetMute(FMOD_CHANNEL* channel, int mute)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetPan
FMOD_RESULT FMOD_Channel_SetPan(FMOD_CHANNEL* channel, float pan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetPaused
FMOD_RESULT FMOD_Channel_SetPaused(FMOD_CHANNEL* channel, int paused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetPitch
FMOD_RESULT FMOD_Channel_SetPitch(FMOD_CHANNEL* channel, float pitch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetPosition
FMOD_RESULT FMOD_Channel_SetPosition(FMOD_CHANNEL* channel, uint position, uint postype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetPriority
FMOD_RESULT FMOD_Channel_SetPriority(FMOD_CHANNEL* channel, int priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetReverbProperties
FMOD_RESULT FMOD_Channel_SetReverbProperties(FMOD_CHANNEL* channel, int instance, float wet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetUserData
FMOD_RESULT FMOD_Channel_SetUserData(FMOD_CHANNEL* channel, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetVolume
FMOD_RESULT FMOD_Channel_SetVolume(FMOD_CHANNEL* channel, float volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_SetVolumeRamp
FMOD_RESULT FMOD_Channel_SetVolumeRamp(FMOD_CHANNEL* channel, int ramp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Channel_Stop
FMOD_RESULT FMOD_Channel_Stop(FMOD_CHANNEL* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Debug_Initialize
FMOD_RESULT FMOD_Debug_Initialize(uint flags, FMOD_DEBUG_MODE mode, FMOD_DEBUG_CALLBACK callback, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_File_GetDiskBusy
FMOD_RESULT FMOD_File_GetDiskBusy(int* busy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_File_SetDiskBusy
FMOD_RESULT FMOD_File_SetDiskBusy(int busy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_AddPolygon
FMOD_RESULT FMOD_Geometry_AddPolygon(FMOD_GEOMETRY* geometry, float directocclusion, float reverbocclusion, int doublesided, int numvertices, const(FMOD_VECTOR)* vertices, int* polygonindex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_GetActive
FMOD_RESULT FMOD_Geometry_GetActive(FMOD_GEOMETRY* geometry, int* active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_GetMaxPolygons
FMOD_RESULT FMOD_Geometry_GetMaxPolygons(FMOD_GEOMETRY* geometry, int* maxpolygons, int* maxvertices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_GetNumPolygons
FMOD_RESULT FMOD_Geometry_GetNumPolygons(FMOD_GEOMETRY* geometry, int* numpolygons)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_GetPolygonAttributes
FMOD_RESULT FMOD_Geometry_GetPolygonAttributes(FMOD_GEOMETRY* geometry, int index, float* directocclusion, float* reverbocclusion, int* doublesided)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_GetPolygonNumVertices
FMOD_RESULT FMOD_Geometry_GetPolygonNumVertices(FMOD_GEOMETRY* geometry, int index, int* numvertices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_GetPolygonVertex
FMOD_RESULT FMOD_Geometry_GetPolygonVertex(FMOD_GEOMETRY* geometry, int index, int vertexindex, FMOD_VECTOR* vertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_GetPosition
FMOD_RESULT FMOD_Geometry_GetPosition(FMOD_GEOMETRY* geometry, FMOD_VECTOR* position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_GetRotation
FMOD_RESULT FMOD_Geometry_GetRotation(FMOD_GEOMETRY* geometry, FMOD_VECTOR* forward, FMOD_VECTOR* up)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_GetScale
FMOD_RESULT FMOD_Geometry_GetScale(FMOD_GEOMETRY* geometry, FMOD_VECTOR* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_GetUserData
FMOD_RESULT FMOD_Geometry_GetUserData(FMOD_GEOMETRY* geometry, void** userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_Release
FMOD_RESULT FMOD_Geometry_Release(FMOD_GEOMETRY* geometry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_Save
FMOD_RESULT FMOD_Geometry_Save(FMOD_GEOMETRY* geometry, void* data, int* datasize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_SetActive
FMOD_RESULT FMOD_Geometry_SetActive(FMOD_GEOMETRY* geometry, int active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_SetPolygonAttributes
FMOD_RESULT FMOD_Geometry_SetPolygonAttributes(FMOD_GEOMETRY* geometry, int index, float directocclusion, float reverbocclusion, int doublesided)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_SetPolygonVertex
FMOD_RESULT FMOD_Geometry_SetPolygonVertex(FMOD_GEOMETRY* geometry, int index, int vertexindex, const(FMOD_VECTOR)* vertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_SetPosition
FMOD_RESULT FMOD_Geometry_SetPosition(FMOD_GEOMETRY* geometry, const(FMOD_VECTOR)* position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_SetRotation
FMOD_RESULT FMOD_Geometry_SetRotation(FMOD_GEOMETRY* geometry, const(FMOD_VECTOR)* forward, const(FMOD_VECTOR)* up)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_SetScale
FMOD_RESULT FMOD_Geometry_SetScale(FMOD_GEOMETRY* geometry, const(FMOD_VECTOR)* scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Geometry_SetUserData
FMOD_RESULT FMOD_Geometry_SetUserData(FMOD_GEOMETRY* geometry, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Memory_GetStats
FMOD_RESULT FMOD_Memory_GetStats(int* currentalloced, int* maxalloced, int blocking)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Memory_Initialize
FMOD_RESULT FMOD_Memory_Initialize(void* poolmem, int poollen, FMOD_MEMORY_ALLOC_CALLBACK useralloc, FMOD_MEMORY_REALLOC_CALLBACK userrealloc, FMOD_MEMORY_FREE_CALLBACK userfree, uint memtypeflags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Reverb3D_Get3DAttributes
FMOD_RESULT FMOD_Reverb3D_Get3DAttributes(FMOD_REVERB3D* reverb3d, FMOD_VECTOR* position, float* mindistance, float* maxdistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Reverb3D_GetActive
FMOD_RESULT FMOD_Reverb3D_GetActive(FMOD_REVERB3D* reverb3d, int* active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Reverb3D_GetProperties
FMOD_RESULT FMOD_Reverb3D_GetProperties(FMOD_REVERB3D* reverb3d, FMOD_REVERB_PROPERTIES* properties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Reverb3D_GetUserData
FMOD_RESULT FMOD_Reverb3D_GetUserData(FMOD_REVERB3D* reverb3d, void** userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Reverb3D_Release
FMOD_RESULT FMOD_Reverb3D_Release(FMOD_REVERB3D* reverb3d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Reverb3D_Set3DAttributes
FMOD_RESULT FMOD_Reverb3D_Set3DAttributes(FMOD_REVERB3D* reverb3d, const(FMOD_VECTOR)* position, float mindistance, float maxdistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Reverb3D_SetActive
FMOD_RESULT FMOD_Reverb3D_SetActive(FMOD_REVERB3D* reverb3d, int active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Reverb3D_SetProperties
FMOD_RESULT FMOD_Reverb3D_SetProperties(FMOD_REVERB3D* reverb3d, const(FMOD_REVERB_PROPERTIES)* properties)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Reverb3D_SetUserData
FMOD_RESULT FMOD_Reverb3D_SetUserData(FMOD_REVERB3D* reverb3d, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_GetMaxAudible
FMOD_RESULT FMOD_SoundGroup_GetMaxAudible(FMOD_SOUNDGROUP* soundgroup, int* maxaudible)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_GetMaxAudibleBehavior
FMOD_RESULT FMOD_SoundGroup_GetMaxAudibleBehavior(FMOD_SOUNDGROUP* soundgroup, FMOD_SOUNDGROUP_BEHAVIOR* behavior)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_GetMuteFadeSpeed
FMOD_RESULT FMOD_SoundGroup_GetMuteFadeSpeed(FMOD_SOUNDGROUP* soundgroup, float* speed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_GetName
FMOD_RESULT FMOD_SoundGroup_GetName(FMOD_SOUNDGROUP* soundgroup, char* name, int namelen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_GetNumPlaying
FMOD_RESULT FMOD_SoundGroup_GetNumPlaying(FMOD_SOUNDGROUP* soundgroup, int* numplaying)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_GetNumSounds
FMOD_RESULT FMOD_SoundGroup_GetNumSounds(FMOD_SOUNDGROUP* soundgroup, int* numsounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_GetSound
FMOD_RESULT FMOD_SoundGroup_GetSound(FMOD_SOUNDGROUP* soundgroup, int index, FMOD_SOUND** 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_GetSystemObject
FMOD_RESULT FMOD_SoundGroup_GetSystemObject(FMOD_SOUNDGROUP* soundgroup, FMOD_SYSTEM** system)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_GetUserData
FMOD_RESULT FMOD_SoundGroup_GetUserData(FMOD_SOUNDGROUP* soundgroup, void** userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_GetVolume
FMOD_RESULT FMOD_SoundGroup_GetVolume(FMOD_SOUNDGROUP* soundgroup, float* volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_Release
FMOD_RESULT FMOD_SoundGroup_Release(FMOD_SOUNDGROUP* soundgroup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_SetMaxAudible
FMOD_RESULT FMOD_SoundGroup_SetMaxAudible(FMOD_SOUNDGROUP* soundgroup, int maxaudible)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_SetMaxAudibleBehavior
FMOD_RESULT FMOD_SoundGroup_SetMaxAudibleBehavior(FMOD_SOUNDGROUP* soundgroup, FMOD_SOUNDGROUP_BEHAVIOR behavior)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_SetMuteFadeSpeed
FMOD_RESULT FMOD_SoundGroup_SetMuteFadeSpeed(FMOD_SOUNDGROUP* soundgroup, float speed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_SetUserData
FMOD_RESULT FMOD_SoundGroup_SetUserData(FMOD_SOUNDGROUP* soundgroup, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_SetVolume
FMOD_RESULT FMOD_SoundGroup_SetVolume(FMOD_SOUNDGROUP* soundgroup, float volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_SoundGroup_Stop
FMOD_RESULT FMOD_SoundGroup_Stop(FMOD_SOUNDGROUP* soundgroup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_AddSyncPoint
FMOD_RESULT FMOD_Sound_AddSyncPoint(FMOD_SOUND* sound, uint offset, uint offsettype, const(char)* name, FMOD_SYNCPOINT** point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_DeleteSyncPoint
FMOD_RESULT FMOD_Sound_DeleteSyncPoint(FMOD_SOUND* sound, FMOD_SYNCPOINT* point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_Get3DConeSettings
FMOD_RESULT FMOD_Sound_Get3DConeSettings(FMOD_SOUND* sound, float* insideconeangle, float* outsideconeangle, float* outsidevolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_Get3DCustomRolloff
FMOD_RESULT FMOD_Sound_Get3DCustomRolloff(FMOD_SOUND* sound, FMOD_VECTOR** points, int* numpoints)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_Get3DMinMaxDistance
FMOD_RESULT FMOD_Sound_Get3DMinMaxDistance(FMOD_SOUND* sound, float* min, float* max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetDefaults
FMOD_RESULT FMOD_Sound_GetDefaults(FMOD_SOUND* sound, float* frequency, int* priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetFormat
FMOD_RESULT FMOD_Sound_GetFormat(FMOD_SOUND* sound, FMOD_SOUND_TYPE* type, FMOD_SOUND_FORMAT* format, int* channels, int* bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetLength
FMOD_RESULT FMOD_Sound_GetLength(FMOD_SOUND* sound, uint* length, uint lengthtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetLoopCount
FMOD_RESULT FMOD_Sound_GetLoopCount(FMOD_SOUND* sound, int* loopcount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetLoopPoints
FMOD_RESULT FMOD_Sound_GetLoopPoints(FMOD_SOUND* sound, uint* loopstart, uint loopstarttype, uint* loopend, uint loopendtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetMode
FMOD_RESULT FMOD_Sound_GetMode(FMOD_SOUND* sound, uint* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetMusicChannelVolume
FMOD_RESULT FMOD_Sound_GetMusicChannelVolume(FMOD_SOUND* sound, int channel, float* volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetMusicNumChannels
FMOD_RESULT FMOD_Sound_GetMusicNumChannels(FMOD_SOUND* sound, int* numchannels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetMusicSpeed
FMOD_RESULT FMOD_Sound_GetMusicSpeed(FMOD_SOUND* sound, float* speed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetName
FMOD_RESULT FMOD_Sound_GetName(FMOD_SOUND* sound, char* name, int namelen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetNumSubSounds
FMOD_RESULT FMOD_Sound_GetNumSubSounds(FMOD_SOUND* sound, int* numsubsounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetNumSyncPoints
FMOD_RESULT FMOD_Sound_GetNumSyncPoints(FMOD_SOUND* sound, int* numsyncpoints)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetNumTags
FMOD_RESULT FMOD_Sound_GetNumTags(FMOD_SOUND* sound, int* numtags, int* numtagsupdated)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetOpenState
FMOD_RESULT FMOD_Sound_GetOpenState(FMOD_SOUND* sound, FMOD_OPENSTATE* openstate, uint* percentbuffered, int* starving, int* diskbusy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetSoundGroup
FMOD_RESULT FMOD_Sound_GetSoundGroup(FMOD_SOUND* sound, FMOD_SOUNDGROUP** soundgroup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetSubSound
FMOD_RESULT FMOD_Sound_GetSubSound(FMOD_SOUND* sound, int index, FMOD_SOUND** subsound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetSubSoundParent
FMOD_RESULT FMOD_Sound_GetSubSoundParent(FMOD_SOUND* sound, FMOD_SOUND** parentsound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetSyncPoint
FMOD_RESULT FMOD_Sound_GetSyncPoint(FMOD_SOUND* sound, int index, FMOD_SYNCPOINT** point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetSyncPointInfo
FMOD_RESULT FMOD_Sound_GetSyncPointInfo(FMOD_SOUND* sound, FMOD_SYNCPOINT* point, char* name, int namelen, uint* offset, uint offsettype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetSystemObject
FMOD_RESULT FMOD_Sound_GetSystemObject(FMOD_SOUND* sound, FMOD_SYSTEM** system)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetTag
FMOD_RESULT FMOD_Sound_GetTag(FMOD_SOUND* sound, const(char)* name, int index, FMOD_TAG* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_GetUserData
FMOD_RESULT FMOD_Sound_GetUserData(FMOD_SOUND* sound, void** userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_Lock
FMOD_RESULT FMOD_Sound_Lock(FMOD_SOUND* sound, uint offset, uint length, void** ptr1, void** ptr2, uint* len1, uint* len2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_ReadData
FMOD_RESULT FMOD_Sound_ReadData(FMOD_SOUND* sound, void* buffer, uint lenbytes, uint* read)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_Release
FMOD_RESULT FMOD_Sound_Release(FMOD_SOUND* sound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_SeekData
FMOD_RESULT FMOD_Sound_SeekData(FMOD_SOUND* sound, uint pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_Set3DConeSettings
FMOD_RESULT FMOD_Sound_Set3DConeSettings(FMOD_SOUND* sound, float insideconeangle, float outsideconeangle, float outsidevolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_Set3DCustomRolloff
FMOD_RESULT FMOD_Sound_Set3DCustomRolloff(FMOD_SOUND* sound, FMOD_VECTOR* points, int numpoints)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_Set3DMinMaxDistance
FMOD_RESULT FMOD_Sound_Set3DMinMaxDistance(FMOD_SOUND* sound, float min, float max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_SetDefaults
FMOD_RESULT FMOD_Sound_SetDefaults(FMOD_SOUND* sound, float frequency, int priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_SetLoopCount
FMOD_RESULT FMOD_Sound_SetLoopCount(FMOD_SOUND* sound, int loopcount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_SetLoopPoints
FMOD_RESULT FMOD_Sound_SetLoopPoints(FMOD_SOUND* sound, uint loopstart, uint loopstarttype, uint loopend, uint loopendtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_SetMode
FMOD_RESULT FMOD_Sound_SetMode(FMOD_SOUND* sound, uint mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_SetMusicChannelVolume
FMOD_RESULT FMOD_Sound_SetMusicChannelVolume(FMOD_SOUND* sound, int channel, float volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_SetMusicSpeed
FMOD_RESULT FMOD_Sound_SetMusicSpeed(FMOD_SOUND* sound, float speed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_SetSoundGroup
FMOD_RESULT FMOD_Sound_SetSoundGroup(FMOD_SOUND* sound, FMOD_SOUNDGROUP* soundgroup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_SetSubSound
FMOD_RESULT FMOD_Sound_SetSubSound(FMOD_SOUND* sound, int index, FMOD_SOUND* subsound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_SetUserData
FMOD_RESULT FMOD_Sound_SetUserData(FMOD_SOUND* sound, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_Sound_Unlock
FMOD_RESULT FMOD_Sound_Unlock(FMOD_SOUND* sound, void* ptr1, void* ptr2, uint len1, uint len2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_AttachChannelGroupToPort
FMOD_RESULT FMOD_System_AttachChannelGroupToPort(FMOD_SYSTEM* system, uint portType, ulong portIndex, FMOD_CHANNELGROUP* channelgroup, int passThru)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_AttachFileSystem
FMOD_RESULT FMOD_System_AttachFileSystem(FMOD_SYSTEM* system, FMOD_FILE_OPEN_CALLBACK useropen, FMOD_FILE_CLOSE_CALLBACK userclose, FMOD_FILE_READ_CALLBACK userread, FMOD_FILE_SEEK_CALLBACK userseek)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_Close
FMOD_RESULT FMOD_System_Close(FMOD_SYSTEM* system)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_Create
FMOD_RESULT FMOD_System_Create(FMOD_SYSTEM** system)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_CreateChannelGroup
FMOD_RESULT FMOD_System_CreateChannelGroup(FMOD_SYSTEM* system, const(char)* name, FMOD_CHANNELGROUP** channelgroup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_CreateGeometry
FMOD_RESULT FMOD_System_CreateGeometry(FMOD_SYSTEM* system, int maxpolygons, int maxvertices, FMOD_GEOMETRY** geometry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_CreateReverb3D
FMOD_RESULT FMOD_System_CreateReverb3D(FMOD_SYSTEM* system, FMOD_REVERB3D** reverb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_CreateSound
FMOD_RESULT FMOD_System_CreateSound(FMOD_SYSTEM* system, const(char)* name_or_data, uint mode, FMOD_CREATESOUNDEXINFO* exinfo, FMOD_SOUND** sound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_CreateSoundGroup
FMOD_RESULT FMOD_System_CreateSoundGroup(FMOD_SYSTEM* system, const(char)* name, FMOD_SOUNDGROUP** soundgroup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_CreateStream
FMOD_RESULT FMOD_System_CreateStream(FMOD_SYSTEM* system, const(char)* name_or_data, uint mode, FMOD_CREATESOUNDEXINFO* exinfo, FMOD_SOUND** sound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_DetachChannelGroupFromPort
FMOD_RESULT FMOD_System_DetachChannelGroupFromPort(FMOD_SYSTEM* system, FMOD_CHANNELGROUP* channelgroup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_Get3DListenerAttributes
FMOD_RESULT FMOD_System_Get3DListenerAttributes(FMOD_SYSTEM* system, int listener, FMOD_VECTOR* pos, FMOD_VECTOR* vel, FMOD_VECTOR* forward, FMOD_VECTOR* up)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_Get3DNumListeners
FMOD_RESULT FMOD_System_Get3DNumListeners(FMOD_SYSTEM* system, int* numlisteners)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_Get3DSettings
FMOD_RESULT FMOD_System_Get3DSettings(FMOD_SYSTEM* system, float* dopplerscale, float* distancefactor, float* rolloffscale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetAdvancedSettings
FMOD_RESULT FMOD_System_GetAdvancedSettings(FMOD_SYSTEM* system, FMOD_ADVANCEDSETTINGS* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetCPUUsage
FMOD_RESULT FMOD_System_GetCPUUsage(FMOD_SYSTEM* system, float* dsp, float* stream, float* geometry, float* update, float* total)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetChannel
FMOD_RESULT FMOD_System_GetChannel(FMOD_SYSTEM* system, int channelid, FMOD_CHANNEL** channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetChannelsPlaying
FMOD_RESULT FMOD_System_GetChannelsPlaying(FMOD_SYSTEM* system, int* channels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetDefaultMixMatrix
FMOD_RESULT FMOD_System_GetDefaultMixMatrix(FMOD_SYSTEM* system, FMOD_SPEAKERMODE sourcespeakermode, FMOD_SPEAKERMODE targetspeakermode, float* matrix, int matrixhop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetDriver
FMOD_RESULT FMOD_System_GetDriver(FMOD_SYSTEM* system, int* driver)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetDriverInfo
FMOD_RESULT FMOD_System_GetDriverInfo(FMOD_SYSTEM* system, int id, char* name, int namelen, FMOD_GUID* guid, int* systemrate, FMOD_SPEAKERMODE* speakermode, int* speakermodechannels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetGeometryOcclusion
FMOD_RESULT FMOD_System_GetGeometryOcclusion(FMOD_SYSTEM* system, const(FMOD_VECTOR)* listener, const(FMOD_VECTOR)* source, float* direct, float* reverb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetGeometrySettings
FMOD_RESULT FMOD_System_GetGeometrySettings(FMOD_SYSTEM* system, float* maxworldsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetMasterChannelGroup
FMOD_RESULT FMOD_System_GetMasterChannelGroup(FMOD_SYSTEM* system, FMOD_CHANNELGROUP** channelgroup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetMasterSoundGroup
FMOD_RESULT FMOD_System_GetMasterSoundGroup(FMOD_SYSTEM* system, FMOD_SOUNDGROUP** soundgroup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetNetworkProxy
FMOD_RESULT FMOD_System_GetNetworkProxy(FMOD_SYSTEM* system, char* proxy, int proxylen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetNetworkTimeout
FMOD_RESULT FMOD_System_GetNetworkTimeout(FMOD_SYSTEM* system, int* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetNumDrivers
FMOD_RESULT FMOD_System_GetNumDrivers(FMOD_SYSTEM* system, int* numdrivers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetNumPlugins
FMOD_RESULT FMOD_System_GetNumPlugins(FMOD_SYSTEM* system, FMOD_PLUGINTYPE plugintype, int* numplugins)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetOutput
FMOD_RESULT FMOD_System_GetOutput(FMOD_SYSTEM* system, FMOD_OUTPUTTYPE* output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetOutputByPlugin
FMOD_RESULT FMOD_System_GetOutputByPlugin(FMOD_SYSTEM* system, uint* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetOutputHandle
FMOD_RESULT FMOD_System_GetOutputHandle(FMOD_SYSTEM* system, void** handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetPluginHandle
FMOD_RESULT FMOD_System_GetPluginHandle(FMOD_SYSTEM* system, FMOD_PLUGINTYPE plugintype, int index, uint* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetPluginInfo
FMOD_RESULT FMOD_System_GetPluginInfo(FMOD_SYSTEM* system, uint handle, FMOD_PLUGINTYPE* plugintype, char* name, int namelen, uint* version_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetRecordDriverInfo
FMOD_RESULT FMOD_System_GetRecordDriverInfo(FMOD_SYSTEM* system, int id, char* name, int namelen, FMOD_GUID* guid, int* systemrate, FMOD_SPEAKERMODE* speakermode, int* speakermodechannels, uint* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetRecordNumDrivers
FMOD_RESULT FMOD_System_GetRecordNumDrivers(FMOD_SYSTEM* system, int* numdrivers, int* numconnected)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetRecordPosition
FMOD_RESULT FMOD_System_GetRecordPosition(FMOD_SYSTEM* system, int id, uint* position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetReverbProperties
FMOD_RESULT FMOD_System_GetReverbProperties(FMOD_SYSTEM* system, int instance, FMOD_REVERB_PROPERTIES* prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetSoftwareChannels
FMOD_RESULT FMOD_System_GetSoftwareChannels(FMOD_SYSTEM* system, int* numsoftwarechannels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetSoftwareFormat
FMOD_RESULT FMOD_System_GetSoftwareFormat(FMOD_SYSTEM* system, int* samplerate, FMOD_SPEAKERMODE* speakermode, int* numrawspeakers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetSoundRAM
FMOD_RESULT FMOD_System_GetSoundRAM(FMOD_SYSTEM* system, int* currentalloced, int* maxalloced, int* total)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetSpeakerModeChannels
FMOD_RESULT FMOD_System_GetSpeakerModeChannels(FMOD_SYSTEM* system, FMOD_SPEAKERMODE mode, int* channels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetSpeakerPosition
FMOD_RESULT FMOD_System_GetSpeakerPosition(FMOD_SYSTEM* system, FMOD_SPEAKER speaker, float* x, float* y, int* active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetStreamBufferSize
FMOD_RESULT FMOD_System_GetStreamBufferSize(FMOD_SYSTEM* system, uint* filebuffersize, uint* filebuffersizetype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetUserData
FMOD_RESULT FMOD_System_GetUserData(FMOD_SYSTEM* system, void** userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_GetVersion
FMOD_RESULT FMOD_System_GetVersion(FMOD_SYSTEM* system, uint* version_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_Init
FMOD_RESULT FMOD_System_Init(FMOD_SYSTEM* system, int maxchannels, uint flags, void* extradriverdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_IsRecording
FMOD_RESULT FMOD_System_IsRecording(FMOD_SYSTEM* system, int id, int* recording)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_LoadGeometry
FMOD_RESULT FMOD_System_LoadGeometry(FMOD_SYSTEM* system, const(void)* data, int datasize, FMOD_GEOMETRY** geometry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_LoadPlugin
FMOD_RESULT FMOD_System_LoadPlugin(FMOD_SYSTEM* system, const(char)* filename, uint* handle, uint priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_MixerResume
FMOD_RESULT FMOD_System_MixerResume(FMOD_SYSTEM* system)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_MixerSuspend
FMOD_RESULT FMOD_System_MixerSuspend(FMOD_SYSTEM* system)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_PlaySound
FMOD_RESULT FMOD_System_PlaySound(FMOD_SYSTEM* system, FMOD_SOUND* sound, FMOD_CHANNELGROUP* channelgroup, int paused, FMOD_CHANNEL** channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_RecordStart
FMOD_RESULT FMOD_System_RecordStart(FMOD_SYSTEM* system, int id, FMOD_SOUND* sound, int loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_RecordStop
FMOD_RESULT FMOD_System_RecordStop(FMOD_SYSTEM* system, int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_Release
FMOD_RESULT FMOD_System_Release(FMOD_SYSTEM* system)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_Set3DListenerAttributes
FMOD_RESULT FMOD_System_Set3DListenerAttributes(FMOD_SYSTEM* system, int listener, const(FMOD_VECTOR)* pos, const(FMOD_VECTOR)* vel, const(FMOD_VECTOR)* forward, const(FMOD_VECTOR)* up)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_Set3DNumListeners
FMOD_RESULT FMOD_System_Set3DNumListeners(FMOD_SYSTEM* system, int numlisteners)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_Set3DRolloffCallback
FMOD_RESULT FMOD_System_Set3DRolloffCallback(FMOD_SYSTEM* system, FMOD_3D_ROLLOFF_CALLBACK callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_Set3DSettings
FMOD_RESULT FMOD_System_Set3DSettings(FMOD_SYSTEM* system, float dopplerscale, float distancefactor, float rolloffscale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetAdvancedSettings
FMOD_RESULT FMOD_System_SetAdvancedSettings(FMOD_SYSTEM* system, FMOD_ADVANCEDSETTINGS* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetCallback
FMOD_RESULT FMOD_System_SetCallback(FMOD_SYSTEM* system, FMOD_SYSTEM_CALLBACK callback, uint callbackmask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetDriver
FMOD_RESULT FMOD_System_SetDriver(FMOD_SYSTEM* system, int driver)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetFileSystem
FMOD_RESULT FMOD_System_SetFileSystem(FMOD_SYSTEM* system, FMOD_FILE_OPEN_CALLBACK useropen, FMOD_FILE_CLOSE_CALLBACK userclose, FMOD_FILE_READ_CALLBACK userread, FMOD_FILE_SEEK_CALLBACK userseek, FMOD_FILE_ASYNCREAD_CALLBACK userasyncread, FMOD_FILE_ASYNCCANCEL_CALLBACK userasynccancel, int blockalign)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetGeometrySettings
FMOD_RESULT FMOD_System_SetGeometrySettings(FMOD_SYSTEM* system, float maxworldsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetNetworkProxy
FMOD_RESULT FMOD_System_SetNetworkProxy(FMOD_SYSTEM* system, const(char)* proxy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetNetworkTimeout
FMOD_RESULT FMOD_System_SetNetworkTimeout(FMOD_SYSTEM* system, int timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetOutput
FMOD_RESULT FMOD_System_SetOutput(FMOD_SYSTEM* system, FMOD_OUTPUTTYPE output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetOutputByPlugin
FMOD_RESULT FMOD_System_SetOutputByPlugin(FMOD_SYSTEM* system, uint handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetPluginPath
FMOD_RESULT FMOD_System_SetPluginPath(FMOD_SYSTEM* system, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetReverbProperties
FMOD_RESULT FMOD_System_SetReverbProperties(FMOD_SYSTEM* system, int instance, const(FMOD_REVERB_PROPERTIES)* prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetSoftwareChannels
FMOD_RESULT FMOD_System_SetSoftwareChannels(FMOD_SYSTEM* system, int numsoftwarechannels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetSoftwareFormat
FMOD_RESULT FMOD_System_SetSoftwareFormat(FMOD_SYSTEM* system, int samplerate, FMOD_SPEAKERMODE speakermode, int numrawspeakers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetSpeakerPosition
FMOD_RESULT FMOD_System_SetSpeakerPosition(FMOD_SYSTEM* system, FMOD_SPEAKER speaker, float x, float y, int active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetStreamBufferSize
FMOD_RESULT FMOD_System_SetStreamBufferSize(FMOD_SYSTEM* system, uint filebuffersize, uint filebuffersizetype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_SetUserData
FMOD_RESULT FMOD_System_SetUserData(FMOD_SYSTEM* system, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_UnloadPlugin
FMOD_RESULT FMOD_System_UnloadPlugin(FMOD_SYSTEM* system, uint handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FMOD_System_Update
FMOD_RESULT FMOD_System_Update(FMOD_SYSTEM* system)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

Settings3D
struct Settings3D
Undocumented in source.
SoftwareFormat
struct SoftwareFormat
Undocumented in source.
SpeakerPosition
struct SpeakerPosition
Undocumented in source.
StreamBufferSize
struct StreamBufferSize
Undocumented in source.

Meta