public RESULT readData(IntPtr buffer, uint lenbytes, ref uint read) { return(Sound.FMOD_Sound_ReadData(soundraw, buffer, lenbytes, ref read)); }