FMOD_Sound_GetLoopCount() private méthode

private FMOD_Sound_GetLoopCount ( IntPtr sound, int &loopcount ) : RESULT
sound System.IntPtr
loopcount int
Résultat RESULT
Exemple #1
0
 public RESULT getLoopCount(ref int loopcount)
 {
     return(Sound.FMOD_Sound_GetLoopCount(soundraw, ref loopcount));
 }