Esempio n. 1
0
 public RESULT getIdle(out bool idle)
 {
     return(DSP.FMOD5_DSP_GetIdle(this.rawPtr, out idle));
 }