Browse Source

add ComImport to IAudioCaptureClient, fixes #350

pull/356/head
Mark Heath 7 years ago
parent
commit
e359ca0566
  1. 4
      NAudio/CoreAudioApi/Interfaces/IAudioCaptureClient.cs

4
NAudio/CoreAudioApi/Interfaces/IAudioCaptureClient.cs

@ -3,10 +3,8 @@ using System.Runtime.InteropServices;
namespace NAudio.CoreAudioApi.Interfaces
{
[Guid("C8ADBD64-E71E-48a0-A4DE-185C395CD317"),
InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
InterfaceType(ComInterfaceType.InterfaceIsIUnknown), ComImport]
interface IAudioCaptureClient
{
/*HRESULT GetBuffer(

Loading…
Cancel
Save