Class FMOD.Functions

java.lang.Object
org.lwjgl.fmod.FMOD.Functions
Enclosing class:
FMOD

public static final class FMOD.Functions extends Object
Contains the function pointers loaded from the FMOD SharedLibrary.
  • Field Details

    • Memory_Initialize

      public static final long Memory_Initialize
      Function address.
    • Memory_GetStats

      public static final long Memory_GetStats
      Function address.
    • Debug_Initialize

      public static final long Debug_Initialize
      Function address.
    • File_SetDiskBusy

      public static final long File_SetDiskBusy
      Function address.
    • File_GetDiskBusy

      public static final long File_GetDiskBusy
      Function address.
    • Thread_SetAttributes

      public static final long Thread_SetAttributes
      Function address.
    • System_Create

      public static final long System_Create
      Function address.
    • System_Release

      public static final long System_Release
      Function address.
    • System_SetOutput

      public static final long System_SetOutput
      Function address.
    • System_GetOutput

      public static final long System_GetOutput
      Function address.
    • System_GetNumDrivers

      public static final long System_GetNumDrivers
      Function address.
    • System_GetDriverInfo

      public static final long System_GetDriverInfo
      Function address.
    • System_SetDriver

      public static final long System_SetDriver
      Function address.
    • System_GetDriver

      public static final long System_GetDriver
      Function address.
    • System_SetSoftwareChannels

      public static final long System_SetSoftwareChannels
      Function address.
    • System_GetSoftwareChannels

      public static final long System_GetSoftwareChannels
      Function address.
    • System_SetSoftwareFormat

      public static final long System_SetSoftwareFormat
      Function address.
    • System_GetSoftwareFormat

      public static final long System_GetSoftwareFormat
      Function address.
    • System_SetDSPBufferSize

      public static final long System_SetDSPBufferSize
      Function address.
    • System_GetDSPBufferSize

      public static final long System_GetDSPBufferSize
      Function address.
    • System_SetFileSystem

      public static final long System_SetFileSystem
      Function address.
    • System_AttachFileSystem

      public static final long System_AttachFileSystem
      Function address.
    • System_SetAdvancedSettings

      public static final long System_SetAdvancedSettings
      Function address.
    • System_GetAdvancedSettings

      public static final long System_GetAdvancedSettings
      Function address.
    • System_SetCallback

      public static final long System_SetCallback
      Function address.
    • System_SetPluginPath

      public static final long System_SetPluginPath
      Function address.
    • System_LoadPlugin

      public static final long System_LoadPlugin
      Function address.
    • System_UnloadPlugin

      public static final long System_UnloadPlugin
      Function address.
    • System_GetNumNestedPlugins

      public static final long System_GetNumNestedPlugins
      Function address.
    • System_GetNestedPlugin

      public static final long System_GetNestedPlugin
      Function address.
    • System_GetNumPlugins

      public static final long System_GetNumPlugins
      Function address.
    • System_GetPluginHandle

      public static final long System_GetPluginHandle
      Function address.
    • System_GetPluginInfo

      public static final long System_GetPluginInfo
      Function address.
    • System_SetOutputByPlugin

      public static final long System_SetOutputByPlugin
      Function address.
    • System_GetOutputByPlugin

      public static final long System_GetOutputByPlugin
      Function address.
    • System_CreateDSPByPlugin

      public static final long System_CreateDSPByPlugin
      Function address.
    • System_GetDSPInfoByPlugin

      public static final long System_GetDSPInfoByPlugin
      Function address.
    • System_RegisterCodec

      public static final long System_RegisterCodec
      Function address.
    • System_RegisterDSP

      public static final long System_RegisterDSP
      Function address.
    • System_RegisterOutput

      public static final long System_RegisterOutput
      Function address.
    • System_Init

      public static final long System_Init
      Function address.
    • System_Close

      public static final long System_Close
      Function address.
    • System_Update

      public static final long System_Update
      Function address.
    • System_SetSpeakerPosition

      public static final long System_SetSpeakerPosition
      Function address.
    • System_GetSpeakerPosition

      public static final long System_GetSpeakerPosition
      Function address.
    • System_SetStreamBufferSize

      public static final long System_SetStreamBufferSize
      Function address.
    • System_GetStreamBufferSize

      public static final long System_GetStreamBufferSize
      Function address.
    • System_Set3DSettings

      public static final long System_Set3DSettings
      Function address.
    • System_Get3DSettings

      public static final long System_Get3DSettings
      Function address.
    • System_Set3DNumListeners

      public static final long System_Set3DNumListeners
      Function address.
    • System_Get3DNumListeners

      public static final long System_Get3DNumListeners
      Function address.
    • System_Set3DListenerAttributes

      public static final long System_Set3DListenerAttributes
      Function address.
    • System_Get3DListenerAttributes

      public static final long System_Get3DListenerAttributes
      Function address.
    • System_Set3DRolloffCallback

      public static final long System_Set3DRolloffCallback
      Function address.
    • System_MixerSuspend

      public static final long System_MixerSuspend
      Function address.
    • System_MixerResume

      public static final long System_MixerResume
      Function address.
    • System_GetDefaultMixMatrix

      public static final long System_GetDefaultMixMatrix
      Function address.
    • System_GetSpeakerModeChannels

      public static final long System_GetSpeakerModeChannels
      Function address.
    • System_GetVersion

      public static final long System_GetVersion
      Function address.
    • System_GetOutputHandle

      public static final long System_GetOutputHandle
      Function address.
    • System_GetChannelsPlaying

      public static final long System_GetChannelsPlaying
      Function address.
    • System_GetCPUUsage

      public static final long System_GetCPUUsage
      Function address.
    • System_GetFileUsage

      public static final long System_GetFileUsage
      Function address.
    • System_CreateSound

      public static final long System_CreateSound
      Function address.
    • System_CreateStream

      public static final long System_CreateStream
      Function address.
    • System_CreateDSP

      public static final long System_CreateDSP
      Function address.
    • System_CreateDSPByType

      public static final long System_CreateDSPByType
      Function address.
    • System_CreateChannelGroup

      public static final long System_CreateChannelGroup
      Function address.
    • System_CreateSoundGroup

      public static final long System_CreateSoundGroup
      Function address.
    • System_CreateReverb3D

      public static final long System_CreateReverb3D
      Function address.
    • System_PlaySound

      public static final long System_PlaySound
      Function address.
    • System_PlayDSP

      public static final long System_PlayDSP
      Function address.
    • System_GetChannel

      public static final long System_GetChannel
      Function address.
    • System_GetDSPInfoByType

      public static final long System_GetDSPInfoByType
      Function address.
    • System_GetMasterChannelGroup

      public static final long System_GetMasterChannelGroup
      Function address.
    • System_GetMasterSoundGroup

      public static final long System_GetMasterSoundGroup
      Function address.
    • System_AttachChannelGroupToPort

      public static final long System_AttachChannelGroupToPort
      Function address.
    • System_DetachChannelGroupFromPort

      public static final long System_DetachChannelGroupFromPort
      Function address.
    • System_SetReverbProperties

      public static final long System_SetReverbProperties
      Function address.
    • System_GetReverbProperties

      public static final long System_GetReverbProperties
      Function address.
    • System_LockDSP

      public static final long System_LockDSP
      Function address.
    • System_UnlockDSP

      public static final long System_UnlockDSP
      Function address.
    • System_GetRecordNumDrivers

      public static final long System_GetRecordNumDrivers
      Function address.
    • System_GetRecordDriverInfo

      public static final long System_GetRecordDriverInfo
      Function address.
    • System_GetRecordPosition

      public static final long System_GetRecordPosition
      Function address.
    • System_RecordStart

      public static final long System_RecordStart
      Function address.
    • System_RecordStop

      public static final long System_RecordStop
      Function address.
    • System_IsRecording

      public static final long System_IsRecording
      Function address.
    • System_CreateGeometry

      public static final long System_CreateGeometry
      Function address.
    • System_SetGeometrySettings

      public static final long System_SetGeometrySettings
      Function address.
    • System_GetGeometrySettings

      public static final long System_GetGeometrySettings
      Function address.
    • System_LoadGeometry

      public static final long System_LoadGeometry
      Function address.
    • System_GetGeometryOcclusion

      public static final long System_GetGeometryOcclusion
      Function address.
    • System_SetNetworkProxy

      public static final long System_SetNetworkProxy
      Function address.
    • System_GetNetworkProxy

      public static final long System_GetNetworkProxy
      Function address.
    • System_SetNetworkTimeout

      public static final long System_SetNetworkTimeout
      Function address.
    • System_GetNetworkTimeout

      public static final long System_GetNetworkTimeout
      Function address.
    • System_SetUserData

      public static final long System_SetUserData
      Function address.
    • System_GetUserData

      public static final long System_GetUserData
      Function address.
    • Sound_Release

      public static final long Sound_Release
      Function address.
    • Sound_GetSystemObject

      public static final long Sound_GetSystemObject
      Function address.
    • Sound_Lock

      public static final long Sound_Lock
      Function address.
    • Sound_Unlock

      public static final long Sound_Unlock
      Function address.
    • Sound_SetDefaults

      public static final long Sound_SetDefaults
      Function address.
    • Sound_GetDefaults

      public static final long Sound_GetDefaults
      Function address.
    • Sound_Set3DMinMaxDistance

      public static final long Sound_Set3DMinMaxDistance
      Function address.
    • Sound_Get3DMinMaxDistance

      public static final long Sound_Get3DMinMaxDistance
      Function address.
    • Sound_Set3DConeSettings

      public static final long Sound_Set3DConeSettings
      Function address.
    • Sound_Get3DConeSettings

      public static final long Sound_Get3DConeSettings
      Function address.
    • Sound_Set3DCustomRolloff

      public static final long Sound_Set3DCustomRolloff
      Function address.
    • Sound_Get3DCustomRolloff

      public static final long Sound_Get3DCustomRolloff
      Function address.
    • Sound_GetSubSound

      public static final long Sound_GetSubSound
      Function address.
    • Sound_GetSubSoundParent

      public static final long Sound_GetSubSoundParent
      Function address.
    • Sound_GetName

      public static final long Sound_GetName
      Function address.
    • Sound_GetLength

      public static final long Sound_GetLength
      Function address.
    • Sound_GetFormat

      public static final long Sound_GetFormat
      Function address.
    • Sound_GetNumSubSounds

      public static final long Sound_GetNumSubSounds
      Function address.
    • Sound_GetNumTags

      public static final long Sound_GetNumTags
      Function address.
    • Sound_GetTag

      public static final long Sound_GetTag
      Function address.
    • Sound_GetOpenState

      public static final long Sound_GetOpenState
      Function address.
    • Sound_ReadData

      public static final long Sound_ReadData
      Function address.
    • Sound_SeekData

      public static final long Sound_SeekData
      Function address.
    • Sound_SetSoundGroup

      public static final long Sound_SetSoundGroup
      Function address.
    • Sound_GetSoundGroup

      public static final long Sound_GetSoundGroup
      Function address.
    • Sound_GetNumSyncPoints

      public static final long Sound_GetNumSyncPoints
      Function address.
    • Sound_GetSyncPoint

      public static final long Sound_GetSyncPoint
      Function address.
    • Sound_GetSyncPointInfo

      public static final long Sound_GetSyncPointInfo
      Function address.
    • Sound_AddSyncPoint

      public static final long Sound_AddSyncPoint
      Function address.
    • Sound_DeleteSyncPoint

      public static final long Sound_DeleteSyncPoint
      Function address.
    • Sound_SetMode

      public static final long Sound_SetMode
      Function address.
    • Sound_GetMode

      public static final long Sound_GetMode
      Function address.
    • Sound_SetLoopCount

      public static final long Sound_SetLoopCount
      Function address.
    • Sound_GetLoopCount

      public static final long Sound_GetLoopCount
      Function address.
    • Sound_SetLoopPoints

      public static final long Sound_SetLoopPoints
      Function address.
    • Sound_GetLoopPoints

      public static final long Sound_GetLoopPoints
      Function address.
    • Sound_GetMusicNumChannels

      public static final long Sound_GetMusicNumChannels
      Function address.
    • Sound_SetMusicChannelVolume

      public static final long Sound_SetMusicChannelVolume
      Function address.
    • Sound_GetMusicChannelVolume

      public static final long Sound_GetMusicChannelVolume
      Function address.
    • Sound_SetMusicSpeed

      public static final long Sound_SetMusicSpeed
      Function address.
    • Sound_GetMusicSpeed

      public static final long Sound_GetMusicSpeed
      Function address.
    • Sound_SetUserData

      public static final long Sound_SetUserData
      Function address.
    • Sound_GetUserData

      public static final long Sound_GetUserData
      Function address.
    • Channel_GetSystemObject

      public static final long Channel_GetSystemObject
      Function address.
    • Channel_Stop

      public static final long Channel_Stop
      Function address.
    • Channel_SetPaused

      public static final long Channel_SetPaused
      Function address.
    • Channel_GetPaused

      public static final long Channel_GetPaused
      Function address.
    • Channel_SetVolume

      public static final long Channel_SetVolume
      Function address.
    • Channel_GetVolume

      public static final long Channel_GetVolume
      Function address.
    • Channel_SetVolumeRamp

      public static final long Channel_SetVolumeRamp
      Function address.
    • Channel_GetVolumeRamp

      public static final long Channel_GetVolumeRamp
      Function address.
    • Channel_GetAudibility

      public static final long Channel_GetAudibility
      Function address.
    • Channel_SetPitch

      public static final long Channel_SetPitch
      Function address.
    • Channel_GetPitch

      public static final long Channel_GetPitch
      Function address.
    • Channel_SetMute

      public static final long Channel_SetMute
      Function address.
    • Channel_GetMute

      public static final long Channel_GetMute
      Function address.
    • Channel_SetReverbProperties

      public static final long Channel_SetReverbProperties
      Function address.
    • Channel_GetReverbProperties

      public static final long Channel_GetReverbProperties
      Function address.
    • Channel_SetLowPassGain

      public static final long Channel_SetLowPassGain
      Function address.
    • Channel_GetLowPassGain

      public static final long Channel_GetLowPassGain
      Function address.
    • Channel_SetMode

      public static final long Channel_SetMode
      Function address.
    • Channel_GetMode

      public static final long Channel_GetMode
      Function address.
    • Channel_SetCallback

      public static final long Channel_SetCallback
      Function address.
    • Channel_IsPlaying

      public static final long Channel_IsPlaying
      Function address.
    • Channel_SetPan

      public static final long Channel_SetPan
      Function address.
    • Channel_SetMixLevelsOutput

      public static final long Channel_SetMixLevelsOutput
      Function address.
    • Channel_SetMixLevelsInput

      public static final long Channel_SetMixLevelsInput
      Function address.
    • Channel_SetMixMatrix

      public static final long Channel_SetMixMatrix
      Function address.
    • Channel_GetMixMatrix

      public static final long Channel_GetMixMatrix
      Function address.
    • Channel_GetDSPClock

      public static final long Channel_GetDSPClock
      Function address.
    • Channel_SetDelay

      public static final long Channel_SetDelay
      Function address.
    • Channel_GetDelay

      public static final long Channel_GetDelay
      Function address.
    • Channel_AddFadePoint

      public static final long Channel_AddFadePoint
      Function address.
    • Channel_SetFadePointRamp

      public static final long Channel_SetFadePointRamp
      Function address.
    • Channel_RemoveFadePoints

      public static final long Channel_RemoveFadePoints
      Function address.
    • Channel_GetFadePoints

      public static final long Channel_GetFadePoints
      Function address.
    • Channel_GetDSP

      public static final long Channel_GetDSP
      Function address.
    • Channel_AddDSP

      public static final long Channel_AddDSP
      Function address.
    • Channel_RemoveDSP

      public static final long Channel_RemoveDSP
      Function address.
    • Channel_GetNumDSPs

      public static final long Channel_GetNumDSPs
      Function address.
    • Channel_SetDSPIndex

      public static final long Channel_SetDSPIndex
      Function address.
    • Channel_GetDSPIndex

      public static final long Channel_GetDSPIndex
      Function address.
    • Channel_Set3DAttributes

      public static final long Channel_Set3DAttributes
      Function address.
    • Channel_Get3DAttributes

      public static final long Channel_Get3DAttributes
      Function address.
    • Channel_Set3DMinMaxDistance

      public static final long Channel_Set3DMinMaxDistance
      Function address.
    • Channel_Get3DMinMaxDistance

      public static final long Channel_Get3DMinMaxDistance
      Function address.
    • Channel_Set3DConeSettings

      public static final long Channel_Set3DConeSettings
      Function address.
    • Channel_Get3DConeSettings

      public static final long Channel_Get3DConeSettings
      Function address.
    • Channel_Set3DConeOrientation

      public static final long Channel_Set3DConeOrientation
      Function address.
    • Channel_Get3DConeOrientation

      public static final long Channel_Get3DConeOrientation
      Function address.
    • Channel_Set3DCustomRolloff

      public static final long Channel_Set3DCustomRolloff
      Function address.
    • Channel_Get3DCustomRolloff

      public static final long Channel_Get3DCustomRolloff
      Function address.
    • Channel_Set3DOcclusion

      public static final long Channel_Set3DOcclusion
      Function address.
    • Channel_Get3DOcclusion

      public static final long Channel_Get3DOcclusion
      Function address.
    • Channel_Set3DSpread

      public static final long Channel_Set3DSpread
      Function address.
    • Channel_Get3DSpread

      public static final long Channel_Get3DSpread
      Function address.
    • Channel_Set3DLevel

      public static final long Channel_Set3DLevel
      Function address.
    • Channel_Get3DLevel

      public static final long Channel_Get3DLevel
      Function address.
    • Channel_Set3DDopplerLevel

      public static final long Channel_Set3DDopplerLevel
      Function address.
    • Channel_Get3DDopplerLevel

      public static final long Channel_Get3DDopplerLevel
      Function address.
    • Channel_Set3DDistanceFilter

      public static final long Channel_Set3DDistanceFilter
      Function address.
    • Channel_Get3DDistanceFilter

      public static final long Channel_Get3DDistanceFilter
      Function address.
    • Channel_SetUserData

      public static final long Channel_SetUserData
      Function address.
    • Channel_GetUserData

      public static final long Channel_GetUserData
      Function address.
    • Channel_SetFrequency

      public static final long Channel_SetFrequency
      Function address.
    • Channel_GetFrequency

      public static final long Channel_GetFrequency
      Function address.
    • Channel_SetPriority

      public static final long Channel_SetPriority
      Function address.
    • Channel_GetPriority

      public static final long Channel_GetPriority
      Function address.
    • Channel_SetPosition

      public static final long Channel_SetPosition
      Function address.
    • Channel_GetPosition

      public static final long Channel_GetPosition
      Function address.
    • Channel_SetChannelGroup

      public static final long Channel_SetChannelGroup
      Function address.
    • Channel_GetChannelGroup

      public static final long Channel_GetChannelGroup
      Function address.
    • Channel_SetLoopCount

      public static final long Channel_SetLoopCount
      Function address.
    • Channel_GetLoopCount

      public static final long Channel_GetLoopCount
      Function address.
    • Channel_SetLoopPoints

      public static final long Channel_SetLoopPoints
      Function address.
    • Channel_GetLoopPoints

      public static final long Channel_GetLoopPoints
      Function address.
    • Channel_IsVirtual

      public static final long Channel_IsVirtual
      Function address.
    • Channel_GetCurrentSound

      public static final long Channel_GetCurrentSound
      Function address.
    • Channel_GetIndex

      public static final long Channel_GetIndex
      Function address.
    • ChannelGroup_GetSystemObject

      public static final long ChannelGroup_GetSystemObject
      Function address.
    • ChannelGroup_Stop

      public static final long ChannelGroup_Stop
      Function address.
    • ChannelGroup_SetPaused

      public static final long ChannelGroup_SetPaused
      Function address.
    • ChannelGroup_GetPaused

      public static final long ChannelGroup_GetPaused
      Function address.
    • ChannelGroup_SetVolume

      public static final long ChannelGroup_SetVolume
      Function address.
    • ChannelGroup_GetVolume

      public static final long ChannelGroup_GetVolume
      Function address.
    • ChannelGroup_SetVolumeRamp

      public static final long ChannelGroup_SetVolumeRamp
      Function address.
    • ChannelGroup_GetVolumeRamp

      public static final long ChannelGroup_GetVolumeRamp
      Function address.
    • ChannelGroup_GetAudibility

      public static final long ChannelGroup_GetAudibility
      Function address.
    • ChannelGroup_SetPitch

      public static final long ChannelGroup_SetPitch
      Function address.
    • ChannelGroup_GetPitch

      public static final long ChannelGroup_GetPitch
      Function address.
    • ChannelGroup_SetMute

      public static final long ChannelGroup_SetMute
      Function address.
    • ChannelGroup_GetMute

      public static final long ChannelGroup_GetMute
      Function address.
    • ChannelGroup_SetReverbProperties

      public static final long ChannelGroup_SetReverbProperties
      Function address.
    • ChannelGroup_GetReverbProperties

      public static final long ChannelGroup_GetReverbProperties
      Function address.
    • ChannelGroup_SetLowPassGain

      public static final long ChannelGroup_SetLowPassGain
      Function address.
    • ChannelGroup_GetLowPassGain

      public static final long ChannelGroup_GetLowPassGain
      Function address.
    • ChannelGroup_SetMode

      public static final long ChannelGroup_SetMode
      Function address.
    • ChannelGroup_GetMode

      public static final long ChannelGroup_GetMode
      Function address.
    • ChannelGroup_SetCallback

      public static final long ChannelGroup_SetCallback
      Function address.
    • ChannelGroup_IsPlaying

      public static final long ChannelGroup_IsPlaying
      Function address.
    • ChannelGroup_SetPan

      public static final long ChannelGroup_SetPan
      Function address.
    • ChannelGroup_SetMixLevelsOutput

      public static final long ChannelGroup_SetMixLevelsOutput
      Function address.
    • ChannelGroup_SetMixLevelsInput

      public static final long ChannelGroup_SetMixLevelsInput
      Function address.
    • ChannelGroup_SetMixMatrix

      public static final long ChannelGroup_SetMixMatrix
      Function address.
    • ChannelGroup_GetMixMatrix

      public static final long ChannelGroup_GetMixMatrix
      Function address.
    • ChannelGroup_GetDSPClock

      public static final long ChannelGroup_GetDSPClock
      Function address.
    • ChannelGroup_SetDelay

      public static final long ChannelGroup_SetDelay
      Function address.
    • ChannelGroup_GetDelay

      public static final long ChannelGroup_GetDelay
      Function address.
    • ChannelGroup_AddFadePoint

      public static final long ChannelGroup_AddFadePoint
      Function address.
    • ChannelGroup_SetFadePointRamp

      public static final long ChannelGroup_SetFadePointRamp
      Function address.
    • ChannelGroup_RemoveFadePoints

      public static final long ChannelGroup_RemoveFadePoints
      Function address.
    • ChannelGroup_GetFadePoints

      public static final long ChannelGroup_GetFadePoints
      Function address.
    • ChannelGroup_GetDSP

      public static final long ChannelGroup_GetDSP
      Function address.
    • ChannelGroup_AddDSP

      public static final long ChannelGroup_AddDSP
      Function address.
    • ChannelGroup_RemoveDSP

      public static final long ChannelGroup_RemoveDSP
      Function address.
    • ChannelGroup_GetNumDSPs

      public static final long ChannelGroup_GetNumDSPs
      Function address.
    • ChannelGroup_SetDSPIndex

      public static final long ChannelGroup_SetDSPIndex
      Function address.
    • ChannelGroup_GetDSPIndex

      public static final long ChannelGroup_GetDSPIndex
      Function address.
    • ChannelGroup_Set3DAttributes

      public static final long ChannelGroup_Set3DAttributes
      Function address.
    • ChannelGroup_Get3DAttributes

      public static final long ChannelGroup_Get3DAttributes
      Function address.
    • ChannelGroup_Set3DMinMaxDistance

      public static final long ChannelGroup_Set3DMinMaxDistance
      Function address.
    • ChannelGroup_Get3DMinMaxDistance

      public static final long ChannelGroup_Get3DMinMaxDistance
      Function address.
    • ChannelGroup_Set3DConeSettings

      public static final long ChannelGroup_Set3DConeSettings
      Function address.
    • ChannelGroup_Get3DConeSettings

      public static final long ChannelGroup_Get3DConeSettings
      Function address.
    • ChannelGroup_Set3DConeOrientation

      public static final long ChannelGroup_Set3DConeOrientation
      Function address.
    • ChannelGroup_Get3DConeOrientation

      public static final long ChannelGroup_Get3DConeOrientation
      Function address.
    • ChannelGroup_Set3DCustomRolloff

      public static final long ChannelGroup_Set3DCustomRolloff
      Function address.
    • ChannelGroup_Get3DCustomRolloff

      public static final long ChannelGroup_Get3DCustomRolloff
      Function address.
    • ChannelGroup_Set3DOcclusion

      public static final long ChannelGroup_Set3DOcclusion
      Function address.
    • ChannelGroup_Get3DOcclusion

      public static final long ChannelGroup_Get3DOcclusion
      Function address.
    • ChannelGroup_Set3DSpread

      public static final long ChannelGroup_Set3DSpread
      Function address.
    • ChannelGroup_Get3DSpread

      public static final long ChannelGroup_Get3DSpread
      Function address.
    • ChannelGroup_Set3DLevel

      public static final long ChannelGroup_Set3DLevel
      Function address.
    • ChannelGroup_Get3DLevel

      public static final long ChannelGroup_Get3DLevel
      Function address.
    • ChannelGroup_Set3DDopplerLevel

      public static final long ChannelGroup_Set3DDopplerLevel
      Function address.
    • ChannelGroup_Get3DDopplerLevel

      public static final long ChannelGroup_Get3DDopplerLevel
      Function address.
    • ChannelGroup_Set3DDistanceFilter

      public static final long ChannelGroup_Set3DDistanceFilter
      Function address.
    • ChannelGroup_Get3DDistanceFilter

      public static final long ChannelGroup_Get3DDistanceFilter
      Function address.
    • ChannelGroup_SetUserData

      public static final long ChannelGroup_SetUserData
      Function address.
    • ChannelGroup_GetUserData

      public static final long ChannelGroup_GetUserData
      Function address.
    • ChannelGroup_Release

      public static final long ChannelGroup_Release
      Function address.
    • ChannelGroup_AddGroup

      public static final long ChannelGroup_AddGroup
      Function address.
    • ChannelGroup_GetNumGroups

      public static final long ChannelGroup_GetNumGroups
      Function address.
    • ChannelGroup_GetGroup

      public static final long ChannelGroup_GetGroup
      Function address.
    • ChannelGroup_GetParentGroup

      public static final long ChannelGroup_GetParentGroup
      Function address.
    • ChannelGroup_GetName

      public static final long ChannelGroup_GetName
      Function address.
    • ChannelGroup_GetNumChannels

      public static final long ChannelGroup_GetNumChannels
      Function address.
    • ChannelGroup_GetChannel

      public static final long ChannelGroup_GetChannel
      Function address.
    • SoundGroup_Release

      public static final long SoundGroup_Release
      Function address.
    • SoundGroup_GetSystemObject

      public static final long SoundGroup_GetSystemObject
      Function address.
    • SoundGroup_SetMaxAudible

      public static final long SoundGroup_SetMaxAudible
      Function address.
    • SoundGroup_GetMaxAudible

      public static final long SoundGroup_GetMaxAudible
      Function address.
    • SoundGroup_SetMaxAudibleBehavior

      public static final long SoundGroup_SetMaxAudibleBehavior
      Function address.
    • SoundGroup_GetMaxAudibleBehavior

      public static final long SoundGroup_GetMaxAudibleBehavior
      Function address.
    • SoundGroup_SetMuteFadeSpeed

      public static final long SoundGroup_SetMuteFadeSpeed
      Function address.
    • SoundGroup_GetMuteFadeSpeed

      public static final long SoundGroup_GetMuteFadeSpeed
      Function address.
    • SoundGroup_SetVolume

      public static final long SoundGroup_SetVolume
      Function address.
    • SoundGroup_GetVolume

      public static final long SoundGroup_GetVolume
      Function address.
    • SoundGroup_Stop

      public static final long SoundGroup_Stop
      Function address.
    • SoundGroup_GetName

      public static final long SoundGroup_GetName
      Function address.
    • SoundGroup_GetNumSounds

      public static final long SoundGroup_GetNumSounds
      Function address.
    • SoundGroup_GetSound

      public static final long SoundGroup_GetSound
      Function address.
    • SoundGroup_GetNumPlaying

      public static final long SoundGroup_GetNumPlaying
      Function address.
    • SoundGroup_SetUserData

      public static final long SoundGroup_SetUserData
      Function address.
    • SoundGroup_GetUserData

      public static final long SoundGroup_GetUserData
      Function address.
    • DSP_Release

      public static final long DSP_Release
      Function address.
    • DSP_GetSystemObject

      public static final long DSP_GetSystemObject
      Function address.
    • DSP_AddInput

      public static final long DSP_AddInput
      Function address.
    • DSP_DisconnectFrom

      public static final long DSP_DisconnectFrom
      Function address.
    • DSP_DisconnectAll

      public static final long DSP_DisconnectAll
      Function address.
    • DSP_GetNumInputs

      public static final long DSP_GetNumInputs
      Function address.
    • DSP_GetNumOutputs

      public static final long DSP_GetNumOutputs
      Function address.
    • DSP_GetInput

      public static final long DSP_GetInput
      Function address.
    • DSP_GetOutput

      public static final long DSP_GetOutput
      Function address.
    • DSP_SetActive

      public static final long DSP_SetActive
      Function address.
    • DSP_GetActive

      public static final long DSP_GetActive
      Function address.
    • DSP_SetBypass

      public static final long DSP_SetBypass
      Function address.
    • DSP_GetBypass

      public static final long DSP_GetBypass
      Function address.
    • DSP_SetWetDryMix

      public static final long DSP_SetWetDryMix
      Function address.
    • DSP_GetWetDryMix

      public static final long DSP_GetWetDryMix
      Function address.
    • DSP_SetChannelFormat

      public static final long DSP_SetChannelFormat
      Function address.
    • DSP_GetChannelFormat

      public static final long DSP_GetChannelFormat
      Function address.
    • DSP_GetOutputChannelFormat

      public static final long DSP_GetOutputChannelFormat
      Function address.
    • DSP_Reset

      public static final long DSP_Reset
      Function address.
    • DSP_SetCallback

      public static final long DSP_SetCallback
      Function address.
    • DSP_SetParameterFloat

      public static final long DSP_SetParameterFloat
      Function address.
    • DSP_SetParameterInt

      public static final long DSP_SetParameterInt
      Function address.
    • DSP_SetParameterBool

      public static final long DSP_SetParameterBool
      Function address.
    • DSP_SetParameterData

      public static final long DSP_SetParameterData
      Function address.
    • DSP_GetParameterFloat

      public static final long DSP_GetParameterFloat
      Function address.
    • DSP_GetParameterInt

      public static final long DSP_GetParameterInt
      Function address.
    • DSP_GetParameterBool

      public static final long DSP_GetParameterBool
      Function address.
    • DSP_GetParameterData

      public static final long DSP_GetParameterData
      Function address.
    • DSP_GetNumParameters

      public static final long DSP_GetNumParameters
      Function address.
    • DSP_GetParameterInfo

      public static final long DSP_GetParameterInfo
      Function address.
    • DSP_GetDataParameterIndex

      public static final long DSP_GetDataParameterIndex
      Function address.
    • DSP_ShowConfigDialog

      public static final long DSP_ShowConfigDialog
      Function address.
    • DSP_GetInfo

      public static final long DSP_GetInfo
      Function address.
    • DSP_GetType

      public static final long DSP_GetType
      Function address.
    • DSP_GetIdle

      public static final long DSP_GetIdle
      Function address.
    • DSP_SetUserData

      public static final long DSP_SetUserData
      Function address.
    • DSP_GetUserData

      public static final long DSP_GetUserData
      Function address.
    • DSP_SetMeteringEnabled

      public static final long DSP_SetMeteringEnabled
      Function address.
    • DSP_GetMeteringEnabled

      public static final long DSP_GetMeteringEnabled
      Function address.
    • DSP_GetMeteringInfo

      public static final long DSP_GetMeteringInfo
      Function address.
    • DSP_GetCPUUsage

      public static final long DSP_GetCPUUsage
      Function address.
    • DSPConnection_GetInput

      public static final long DSPConnection_GetInput
      Function address.
    • DSPConnection_GetOutput

      public static final long DSPConnection_GetOutput
      Function address.
    • DSPConnection_SetMix

      public static final long DSPConnection_SetMix
      Function address.
    • DSPConnection_GetMix

      public static final long DSPConnection_GetMix
      Function address.
    • DSPConnection_SetMixMatrix

      public static final long DSPConnection_SetMixMatrix
      Function address.
    • DSPConnection_GetMixMatrix

      public static final long DSPConnection_GetMixMatrix
      Function address.
    • DSPConnection_GetType

      public static final long DSPConnection_GetType
      Function address.
    • DSPConnection_SetUserData

      public static final long DSPConnection_SetUserData
      Function address.
    • DSPConnection_GetUserData

      public static final long DSPConnection_GetUserData
      Function address.
    • Geometry_Release

      public static final long Geometry_Release
      Function address.
    • Geometry_AddPolygon

      public static final long Geometry_AddPolygon
      Function address.
    • Geometry_GetNumPolygons

      public static final long Geometry_GetNumPolygons
      Function address.
    • Geometry_GetMaxPolygons

      public static final long Geometry_GetMaxPolygons
      Function address.
    • Geometry_GetPolygonNumVertices

      public static final long Geometry_GetPolygonNumVertices
      Function address.
    • Geometry_SetPolygonVertex

      public static final long Geometry_SetPolygonVertex
      Function address.
    • Geometry_GetPolygonVertex

      public static final long Geometry_GetPolygonVertex
      Function address.
    • Geometry_SetPolygonAttributes

      public static final long Geometry_SetPolygonAttributes
      Function address.
    • Geometry_GetPolygonAttributes

      public static final long Geometry_GetPolygonAttributes
      Function address.
    • Geometry_SetActive

      public static final long Geometry_SetActive
      Function address.
    • Geometry_GetActive

      public static final long Geometry_GetActive
      Function address.
    • Geometry_SetRotation

      public static final long Geometry_SetRotation
      Function address.
    • Geometry_GetRotation

      public static final long Geometry_GetRotation
      Function address.
    • Geometry_SetPosition

      public static final long Geometry_SetPosition
      Function address.
    • Geometry_GetPosition

      public static final long Geometry_GetPosition
      Function address.
    • Geometry_SetScale

      public static final long Geometry_SetScale
      Function address.
    • Geometry_GetScale

      public static final long Geometry_GetScale
      Function address.
    • Geometry_Save

      public static final long Geometry_Save
      Function address.
    • Geometry_SetUserData

      public static final long Geometry_SetUserData
      Function address.
    • Geometry_GetUserData

      public static final long Geometry_GetUserData
      Function address.
    • Reverb3D_Release

      public static final long Reverb3D_Release
      Function address.
    • Reverb3D_Set3DAttributes

      public static final long Reverb3D_Set3DAttributes
      Function address.
    • Reverb3D_Get3DAttributes

      public static final long Reverb3D_Get3DAttributes
      Function address.
    • Reverb3D_SetProperties

      public static final long Reverb3D_SetProperties
      Function address.
    • Reverb3D_GetProperties

      public static final long Reverb3D_GetProperties
      Function address.
    • Reverb3D_SetActive

      public static final long Reverb3D_SetActive
      Function address.
    • Reverb3D_GetActive

      public static final long Reverb3D_GetActive
      Function address.
    • Reverb3D_SetUserData

      public static final long Reverb3D_SetUserData
      Function address.
    • Reverb3D_GetUserData

      public static final long Reverb3D_GetUserData
      Function address.