示例#1
0
 public RESULT getNumSyncPoints(out int numsyncpoints)
 {
     return(Sound.FMOD5_Sound_GetNumSyncPoints(this.rawPtr, out numsyncpoints));
 }