示例#1
0
 /// <summary>
 ///     Destroys the voice. If necessary, stops the voice and removes it from the XAudio2 graph.
 /// </summary>
 public unsafe void DestroyVoice()
 {
     InteropCalls.CallI2(UnsafeBasePtr, ((void **)(*(void **)UnsafeBasePtr))[18]);
 }