Windows Driver Model - Kernel Streaming
Official Microsoft document address : http://msdn.microsoft.com/en-us/library/windows/hardware/ff560842(v=vs.85).aspx
Enable WDMKS module
DEFINEs
If you want to enable Windows Driver Model - Kernel Streaming module, your C++ compiler must add the following DEFINEs:ENABLE_HOST_WDMKS
Source files
C++ files must include the following two:- CiosAudio/Platforms/Windows/CaWdmks.hpp
- CiosAudio/Platforms/Windows/CaWdmks.cpp
Qt
If you are using Qt, in the following file:CiosAudio/Platforms/Windows/HostAPIs.pri
Enable the following setting:HostAPIs += WDMKS