示例#1
0
 public RESULT getLoopCount(out int loopcount)
 {
     return(Sound.FMOD5_Sound_GetLoopCount(this.rawPtr, out loopcount));
 }