通过airplay 获取UIView 动画来播放
我正在使用 UIView 动画块来创建图像的幻灯片。我想允许用户通过 AirPlay 播放这些动画。我是否必须以某种方式保存视频文件并播放该文件,或者是否可以做一些更聪明的事情?
I'm using UIView
animation blocks to crate a slidshow of images. I'd like to allow users to play those animations through AirPlay. Would I somehow have to save a video file and play that or is there something more clever that could be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 iOS 5 中,用户将能够使用 AirPlay 镜像屏幕还有其他 AirPlay 设备(主要是 Apple TV)。
在当前稳定版本的 iOS(撰写本文时为 4.3.5)中,我认为无法实现这一点(除非,就像您所说的,使用视频文件)。
In iOS 5, user will be able to mirror the screen using AirPlay to there other AirPlay devices (mainly the Apple TV).
In the current stable version of iOS (4.3.5 as of this writing), I don't think that can be made (except, like you said, with a video file).