Can I enable my App for AirPlay?

你。 提交于 2020-01-17 05:19:08

问题


If I create my own custom Application for iOS (XCode/Objective-C), can I make it support AirPlay and beam scren content of my choice to an Apple TV?

What APIs/Function Calls am I looking for?


回答1:


The idea behind the AirPlay support is to play the video content from your app.

If you're a registered iOS Developer, you will be able to find the documentation and examples at the iOS 4 beta section after you login. As this is still a beta release for 4.3 version, documentation is under confidential agreement.

It's pretty much easy and straightforward. You should start looking by MPMoviePlayerController.



来源:https://stackoverflow.com/questions/4913408/can-i-enable-my-app-for-airplay

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