Esempio n. 1
0
 public RESULT getActive(out bool active)
 {
     return(DSP.FMOD5_DSP_GetActive(this.rawPtr, out active));
 }