See
https://docs.microsoft.com/en-us/windows/win32/api/audioclient/ns-audioclient-audioclientproperties~r1
---
mingw-w64-headers/include/audioclient.h | 1 +
mingw-w64-headers/include/audioclient.idl | 1 +
2 files changed, 2 insertions(+)
diff --git a/mingw-w64-headers/include/audioclient.h
b/mingw-w64-headers/include/audioclient.h
index 9958d8f5..024d06e5 100644
--- a/mingw-w64-headers/include/audioclient.h
+++ b/mingw-w64-headers/include/audioclient.h
@@ -149,6 +149,7 @@ typedef struct AudioClientProperties {
UINT32 cbSize;
WINBOOL bIsOffload;
AUDIO_STREAM_CATEGORY eCategory;
+ AUDCLNT_STREAMOPTIONS Options;
} AudioClientProperties;
/*****************************************************************************
diff --git a/mingw-w64-headers/include/audioclient.idl
b/mingw-w64-headers/include/audioclient.idl
index cc84b531..91a1d47e 100644
--- a/mingw-w64-headers/include/audioclient.idl
+++ b/mingw-w64-headers/include/audioclient.idl
@@ -72,6 +72,7 @@ typedef struct AudioClientProperties {
UINT32 cbSize;
BOOL bIsOffload;
AUDIO_STREAM_CATEGORY eCategory;
+ AUDCLNT_STREAMOPTIONS Options;
} AudioClientProperties;
cpp_quote("")
--
2.26.2
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public