diff options
author | Chris Robinson <[email protected]> | 2014-12-19 15:49:37 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-12-19 15:49:37 -0800 |
commit | abf0bd13caad070a614b987411f0754361ee9cfc (patch) | |
tree | cb42bd5357a7a83aeb2c5218b5f1d689ee1a0b7b /Alc/helpers.c | |
parent | f300be00ae1050166cbb7edae245b28212533fb9 (diff) |
Support capture with mmdevapi
Diffstat (limited to 'Alc/helpers.c')
-rw-r--r-- | Alc/helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/helpers.c b/Alc/helpers.c index 9a8f4297..8811f3c3 100644 --- a/Alc/helpers.c +++ b/Alc/helpers.c @@ -55,6 +55,7 @@ DEFINE_GUID(CLSID_MMDeviceEnumerator, 0xbcde0395, 0xe52f, 0x467c, 0x8e,0x3d, 0xc DEFINE_GUID(IID_IMMDeviceEnumerator, 0xa95664d2, 0x9614, 0x4f35, 0xa7,0x46, 0xde,0x8d,0xb6,0x36,0x17,0xe6); DEFINE_GUID(IID_IAudioClient, 0x1cb9ad4c, 0xdbfa, 0x4c32, 0xb1,0x78, 0xc2,0xf5,0x68,0xa7,0x03,0xb2); DEFINE_GUID(IID_IAudioRenderClient, 0xf294acfc, 0x3146, 0x4483, 0xa7,0xbf, 0xad,0xdc,0xa7,0xc2,0x60,0xe2); +DEFINE_GUID(IID_IAudioCaptureClient, 0xc8adbd64, 0xe71e, 0x48a0, 0xa4,0xde, 0x18,0x5c,0x39,0x5c,0xd3,0x17); #ifdef HAVE_MMDEVAPI #include <devpropdef.h> |