C# Class FMOD.DSP_DESCRIPTION

Show file Open project: fmod/UnityIntegration Class Usage Examples

Public Properties

Property Type Description
create DSP_CREATECALLBACK
getparameterbool DSP_GETPARAM_BOOL_CALLBACK
getparameterdata DSP_GETPARAM_DATA_CALLBACK
getparameterfloat DSP_GETPARAM_FLOAT_CALLBACK
getparameterint DSP_GETPARAM_INT_CALLBACK
numinputbuffers int
numoutputbuffers int
numparameters int
paramdesc System.IntPtr
pluginsdkversion uint
process DSP_PROCESS_CALLBACK
read DSP_READCALLBACK
release DSP_RELEASECALLBACK
reset DSP_RESETCALLBACK
setparameterbool DSP_SETPARAM_BOOL_CALLBACK
setparameterdata DSP_SETPARAM_DATA_CALLBACK
setparameterfloat DSP_SETPARAM_FLOAT_CALLBACK
setparameterint DSP_SETPARAM_INT_CALLBACK
setposition DSP_SETPOSITIONCALLBACK
shouldiprocess DSP_SHOULDIPROCESS_CALLBACK
sys_deregister DSP_SYSTEM_DEREGISTER_CALLBACK
sys_mix DSP_SYSTEM_MIX_CALLBACK
sys_register DSP_SYSTEM_REGISTER_CALLBACK
userdata System.IntPtr
version uint

Property Details

create public property

public DSP_CREATECALLBACK create
return DSP_CREATECALLBACK

getparameterbool public property

public DSP_GETPARAM_BOOL_CALLBACK getparameterbool
return DSP_GETPARAM_BOOL_CALLBACK

getparameterdata public property

public DSP_GETPARAM_DATA_CALLBACK getparameterdata
return DSP_GETPARAM_DATA_CALLBACK

getparameterfloat public property

public DSP_GETPARAM_FLOAT_CALLBACK getparameterfloat
return DSP_GETPARAM_FLOAT_CALLBACK

getparameterint public property

public DSP_GETPARAM_INT_CALLBACK getparameterint
return DSP_GETPARAM_INT_CALLBACK

numinputbuffers public property

public int numinputbuffers
return int

numoutputbuffers public property

public int numoutputbuffers
return int

numparameters public property

public int numparameters
return int

paramdesc public property

public IntPtr,System paramdesc
return System.IntPtr

pluginsdkversion public property

public uint pluginsdkversion
return uint

process public property

public DSP_PROCESS_CALLBACK process
return DSP_PROCESS_CALLBACK

read public property

public DSP_READCALLBACK read
return DSP_READCALLBACK

release public property

public DSP_RELEASECALLBACK release
return DSP_RELEASECALLBACK

reset public property

public DSP_RESETCALLBACK reset
return DSP_RESETCALLBACK

setparameterbool public property

public DSP_SETPARAM_BOOL_CALLBACK setparameterbool
return DSP_SETPARAM_BOOL_CALLBACK

setparameterdata public property

public DSP_SETPARAM_DATA_CALLBACK setparameterdata
return DSP_SETPARAM_DATA_CALLBACK

setparameterfloat public property

public DSP_SETPARAM_FLOAT_CALLBACK setparameterfloat
return DSP_SETPARAM_FLOAT_CALLBACK

setparameterint public property

public DSP_SETPARAM_INT_CALLBACK setparameterint
return DSP_SETPARAM_INT_CALLBACK

setposition public property

public DSP_SETPOSITIONCALLBACK setposition
return DSP_SETPOSITIONCALLBACK

shouldiprocess public property

public DSP_SHOULDIPROCESS_CALLBACK shouldiprocess
return DSP_SHOULDIPROCESS_CALLBACK

sys_deregister public property

public DSP_SYSTEM_DEREGISTER_CALLBACK sys_deregister
return DSP_SYSTEM_DEREGISTER_CALLBACK

sys_mix public property

public DSP_SYSTEM_MIX_CALLBACK sys_mix
return DSP_SYSTEM_MIX_CALLBACK

sys_register public property

public DSP_SYSTEM_REGISTER_CALLBACK sys_register
return DSP_SYSTEM_REGISTER_CALLBACK

userdata public property

public IntPtr,System userdata
return System.IntPtr

version public property

public uint version
return uint