iOS - Access output audio from background program

℡╲_俬逩灬. 提交于 2019-12-24 09:53:19

问题


Scenario: My app is running in the background. An iPhone/iPad user launches the iPod app (or Pandora or another program that plays audio) on their device and starts playing music. My app detects that that music is now playing, and records or in some way does things with the current playing audio (like stream it to a server), all while still running in the background.

Is this possible? Can anyone point me in the right direction in the SDK on how to do this?


回答1:


You can't do this. And that is that.



来源:https://stackoverflow.com/questions/7340947/ios-access-output-audio-from-background-program

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