- new method PaWasapi_GetFramesPerHostBuffer which allows to get number of input/output frames per host (WASAPI) buffer, this method helps to find out maximal values for PaWasapiHostProcessorCallback
 - documentation fixes
This commit is contained in:
dmitrykos 2010-04-16 08:31:19 +00:00
commit 50986ea63b
3 changed files with 60 additions and 23 deletions

View file

@ -45,3 +45,4 @@ PaWasapi_GetDeviceDefaultFormat @56
PaWasapi_GetDeviceRole @57
PaWasapi_ThreadPriorityBoost @58
PaWasapi_ThreadPriorityRevert @59
PaWasapi_GetFramesPerHostBuffer @60