/// <summary> /// Destroys the voice. If necessary, stops the voice and removes it from the XAudio2 graph. /// </summary> public unsafe void DestroyVoice() { LocalInterop.Calli2(UnsafeBasePtr, ((void **)(*(void **)UnsafeBasePtr))[18]); }