FMOD.Sound.getLoopCount C# (CSharp) Method

getLoopCount() public method

public getLoopCount ( int &loopcount ) : RESULT
loopcount int
return RESULT
        public RESULT getLoopCount            (out int loopcount)
        {
            return FMOD_Sound_GetLoopCount(rawPtr, out loopcount);
        }
        public RESULT setLoopPoints           (uint loopstart, TIMEUNIT loopstarttype, uint loopend, TIMEUNIT loopendtype)
Sound