Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我为 iOS (XCode/Objective-C) 创建自己的自定义应用程序,我是否可以让它支持 AirPlay 并将我选择的屏幕内容传输到 Apple TV?
我在寻找哪些 API/函数调用?
AirPlay 支持背后的想法是从您的应用程序中播放视频内容。
如果您是注册的 iOS 开发者,您将能够在登录后在 iOS 4 beta 部分找到文档和示例。由于这仍然是 4.3 版本的测试版,因此文档处于保密协议中。
这非常简单明了。你应该开始寻找MPMoviePlayerController。
MPMoviePlayerController