public RESULT get3DCustomRolloff (out IntPtr points, out int numpoints) { return FMOD_Sound_Get3DCustomRolloff(rawPtr, out points, out numpoints); } public RESULT getSubSound (int index, out Sound subsound)