Create Audio endpoint device - Windows Phone 8

假如想象 提交于 2020-01-02 23:11:51

问题


I am attempting to create a hardware device that sends data to the windows phone via headphone audio jack.

I have researched this and found that the Core.Audio api on the msdn site offers what I need however I don't think / cant find this in the windows phone API's

Is this available to developers?

Obviously someone has access to this because I have seen some companies use it for credit card processors.


回答1:


The audio APIs you'd need to do this are not included in the standard Windows Phone 8 SDK.

Other apps that are using functionality like this must be using other 3rdy party libraries or have [re]written the functionality themselves.



来源:https://stackoverflow.com/questions/19230402/create-audio-endpoint-device-windows-phone-8

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