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 025db07a..34e6a7e1 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 ab554409..fda4f97b 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