Пример #1
0
 public RESULT getNumInputs(out int numinputs)
 {
     return(DSP.FMOD5_DSP_GetNumInputs(this.rawPtr, out numinputs));
 }