Ejemplo n.º 1
0
        public RESULT release()
        {
            RESULT rESULT = DSP.FMOD5_DSP_Release(base.getRaw());

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