When was the support for AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM in WASAPI added?

Does anyone know when the support for the AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM stream flag was added to WASAPI? MSDN mentions this flag for a short while, but does not detail its use and which versions of Windows support it.

I am using the Platform SDK that comes with Visual Studio 2015, and AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM is not even defined.

+4
source share
1 answer

Download and install a separate Windows 10 SDK, although most components are installed with VS2015:

https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk

, , Windows 10 SDK . ( 10.0.14393.795 .)

0

Source: https://habr.com/ru/post/1617270/


All Articles