Пример #1
0
 public RESULT getLoopCount(out int loopcount)
 {
     return(Channel.FMOD5_Channel_GetLoopCount(base.getRaw(), out loopcount));
 }