FMOD_Studio_System_StopCommandCapture() private method

private FMOD_Studio_System_StopCommandCapture ( IntPtr studiosystem ) : RESULT
studiosystem System.IntPtr
return RESULT
Beispiel #1
0
 public RESULT stopCommandCapture()
 {
     return(System.FMOD_Studio_System_StopCommandCapture(this.rawPtr));
 }