wasapi:
- added functionality to enumerate jacks and their description - added example which demonstrates jacks enumeration technique Thanks Reid Bishop for providing the idea for this extended functionality and patch with implementation.
This commit is contained in:
parent
e540964ffc
commit
f2badb7725
4 changed files with 687 additions and 3 deletions
|
|
@ -45,4 +45,6 @@ PaWasapi_GetDeviceDefaultFormat @56
|
|||
PaWasapi_GetDeviceRole @57
|
||||
PaWasapi_ThreadPriorityBoost @58
|
||||
PaWasapi_ThreadPriorityRevert @59
|
||||
PaWasapi_GetFramesPerHostBuffer @60
|
||||
PaWasapi_GetFramesPerHostBuffer @60
|
||||
PaWasapi_GetJackDescription @61
|
||||
PaWasapi_GetJackCount @62
|
||||
Loading…
Reference in a new issue