iPhone 4 上的 AirPlay 镜像

发布于 2024-12-11 23:43:10 字数 227 浏览 0 评论 0原文

我的应用程序使用模拟器上不可用的手机硬件功能,我希望能够通过屏幕共享为我的客户演示该应用程序。使用 AirServer,我可以通过 AirPlay 播放到我的 Mac,但我的 iPhone 4 不支持开箱即用的视频镜像。有什么魔法可以让我做到这一点吗?由于这仅用于演示,因此鼓励使用未记录的 API。

谢谢!

My app uses hardware features of the phone not available on the simulator and i'd like to be able to demo the app for my client via screen sharing. Using AirServer, i can AirPlay to my Mac, but my iPhone 4 doesn't support video mirroring out of the box. Is there any magic that would let me do this? Since this is just for a demo, undocumented APIs are encouraged.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽袖吟 2024-12-18 23:43:10

支持外部屏幕的官方方法是简单地调用

[UIScreen screens]

以获取对包括外部屏幕在内的可用屏幕的引用。您可以使用一些硬件来捕获该提要,以获得精彩的截屏视频。

此线程将 iPad 连接到外部显示器中提到了该过程。它在 iPhone 和 iPod 上同样运行良好。 Apple 官方 UIScreen 文档位于此处

The official way to support external screens is simply to call

[UIScreen screens]

to get a reference to available screens including the external screen. You could grap that feed with a bit of hardware for an awesome screencast.

The process is mentioned in this thread connecting iPad to external monitor. It works equally well on iPhone and iPod. Apples official UIScreen documentation is available here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文