]> Repos - portaudio/commit
wasapi: Support multiple devices in the device list on Windows UWP/WinRT platform...
authordmitrykos <dmitrykos@neutroncode.com>
Mon, 26 Oct 2020 14:40:25 +0000 (16:40 +0200)
committerdmitrykos <dmitrykos@neutroncode.com>
Mon, 26 Oct 2020 14:40:25 +0000 (16:40 +0200)
commita5fb8d94aa77c517022f9a6b112acb3cf61362dc
tree96518a7e7688d5601f6598cdad6e0b5ce4a27636
parent522f982158d2c7cb3d5ead593eed018821c10d4c
wasapi: Support multiple devices in the device list on Windows UWP/WinRT platform. All UWP/WinRT functions are now prefixed as PaWasapiWinrt_ to be clearly visible, therefore PaWasapi_SetDefaultInterfaceId() was renamed to PaWasapiWinrt_SetDefaultDeviceId(). Expanded Important notes regarding UWP/WinRT platform and how to make the fully-functional device list with the corresponding pseudo-code example for easier understanding of the functionality.
include/pa_win_wasapi.h
src/hostapi/wasapi/pa_win_wasapi.c