Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以排除IAudioClient环回模式捕获的音频数据 ( AUDCLNT_STREAMFLAGS_LOOPBACK) 或渲染不会包含在环回捕获的音频数据中的音频流。
IAudioClient
AUDCLNT_STREAMFLAGS_LOOPBACK
独占模式 ( AUDCLNT_SHAREMODE_EXCLUSIVE) 的流不会被捕获,但它也会阻止其他应用程序在同一设备上呈现音频数据。
AUDCLNT_SHAREMODE_EXCLUSIVE
客户端只能为共享模式流 (AUDCLNT_SHAREMODE_SHARED) 启用环回模式。独占模式流不能在环回模式下运行。