FMOD_Channel_GetLoopCount() private method

private FMOD_Channel_GetLoopCount ( IntPtr channel, int &loopcount ) : RESULT
channel System.IntPtr
loopcount int
return RESULT
Beispiel #1
0
 public RESULT getLoopCount(ref int loopcount)
 {
     return(Channel.FMOD_Channel_GetLoopCount(channelraw, ref loopcount));
 }