Vista/Win7 Delphi Audio device information

安稳与你 提交于 2019-12-07 07:05:22

问题


is there a way to get all Audio device names with delphi(D2009) on Vista or Win 7, I managed to get the number of devices, and to get the device PropertyStore using IMMDevice, but I wasnt able to go forward :|

Thanks a lot !


回答1:


ask the PropertyStore for the PKEY_DeviceInterface_FriendlyName (look at Windows SDK to get the value)



来源:https://stackoverflow.com/questions/1075484/vista-win7-delphi-audio-device-information

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!