示例#1
0
        public RESULT release()
        {
            RESULT rESULT = Sound.FMOD5_Sound_Release(this.rawPtr);

            if (rESULT == RESULT.OK)
            {
                this.rawPtr = IntPtr.Zero;
            }
            return(rESULT);
        }