C# 클래스 FMOD.DSP_DESCRIPTION

파일 보기 프로젝트 열기: fmod/UnityIntegration 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

create 공개적으로 프로퍼티

public DSP_CREATECALLBACK create
리턴 DSP_CREATECALLBACK

getparameterbool 공개적으로 프로퍼티

public DSP_GETPARAM_BOOL_CALLBACK getparameterbool
리턴 DSP_GETPARAM_BOOL_CALLBACK

getparameterdata 공개적으로 프로퍼티

public DSP_GETPARAM_DATA_CALLBACK getparameterdata
리턴 DSP_GETPARAM_DATA_CALLBACK

getparameterfloat 공개적으로 프로퍼티

public DSP_GETPARAM_FLOAT_CALLBACK getparameterfloat
리턴 DSP_GETPARAM_FLOAT_CALLBACK

getparameterint 공개적으로 프로퍼티

public DSP_GETPARAM_INT_CALLBACK getparameterint
리턴 DSP_GETPARAM_INT_CALLBACK

numinputbuffers 공개적으로 프로퍼티

public int numinputbuffers
리턴 int

numoutputbuffers 공개적으로 프로퍼티

public int numoutputbuffers
리턴 int

numparameters 공개적으로 프로퍼티

public int numparameters
리턴 int

paramdesc 공개적으로 프로퍼티

public IntPtr,System paramdesc
리턴 System.IntPtr

pluginsdkversion 공개적으로 프로퍼티

public uint pluginsdkversion
리턴 uint

process 공개적으로 프로퍼티

public DSP_PROCESS_CALLBACK process
리턴 DSP_PROCESS_CALLBACK

read 공개적으로 프로퍼티

public DSP_READCALLBACK read
리턴 DSP_READCALLBACK

release 공개적으로 프로퍼티

public DSP_RELEASECALLBACK release
리턴 DSP_RELEASECALLBACK

reset 공개적으로 프로퍼티

public DSP_RESETCALLBACK reset
리턴 DSP_RESETCALLBACK

setparameterbool 공개적으로 프로퍼티

public DSP_SETPARAM_BOOL_CALLBACK setparameterbool
리턴 DSP_SETPARAM_BOOL_CALLBACK

setparameterdata 공개적으로 프로퍼티

public DSP_SETPARAM_DATA_CALLBACK setparameterdata
리턴 DSP_SETPARAM_DATA_CALLBACK

setparameterfloat 공개적으로 프로퍼티

public DSP_SETPARAM_FLOAT_CALLBACK setparameterfloat
리턴 DSP_SETPARAM_FLOAT_CALLBACK

setparameterint 공개적으로 프로퍼티

public DSP_SETPARAM_INT_CALLBACK setparameterint
리턴 DSP_SETPARAM_INT_CALLBACK

setposition 공개적으로 프로퍼티

public DSP_SETPOSITIONCALLBACK setposition
리턴 DSP_SETPOSITIONCALLBACK

shouldiprocess 공개적으로 프로퍼티

public DSP_SHOULDIPROCESS_CALLBACK shouldiprocess
리턴 DSP_SHOULDIPROCESS_CALLBACK

sys_deregister 공개적으로 프로퍼티

public DSP_SYSTEM_DEREGISTER_CALLBACK sys_deregister
리턴 DSP_SYSTEM_DEREGISTER_CALLBACK

sys_mix 공개적으로 프로퍼티

public DSP_SYSTEM_MIX_CALLBACK sys_mix
리턴 DSP_SYSTEM_MIX_CALLBACK

sys_register 공개적으로 프로퍼티

public DSP_SYSTEM_REGISTER_CALLBACK sys_register
리턴 DSP_SYSTEM_REGISTER_CALLBACK

userdata 공개적으로 프로퍼티

public IntPtr,System userdata
리턴 System.IntPtr

version 공개적으로 프로퍼티

public uint version
리턴 uint