private static extern RESULT FMOD_Sound_GetLoopCount (IntPtr sound, out int loopcount); [DllImport(VERSION.dll)]
public RESULT getLoopCount(ref int loopcount) { return(Sound.FMOD_Sound_GetLoopCount(soundraw, ref loopcount)); }