예제 #1
0
 public RESULT setParameterInt(int index, int value)
 {
     return(DSP.FMOD5_DSP_SetParameterInt(this.rawPtr, index, value));
 }