自定义QuickTime iPhone [英] customize quicktime iphone

查看:78
本文介绍了自定义QuickTime iPhone的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人尝试自定义快速播放视频的窗口吗?

Did anyone tried to customize the window in which the quicktime is playing video?

如果是这样,您能给我一个提示hoe来开始实施类似的事情吗.

If so, can you give me a hint hoe to start implementing something like this.

真的谢谢你.

更新:推荐答案

电话没有Quicktime,至少没有传统意义上的Quicktime.视频回放由系统SoC上的专用解码器处理.您无法以任何重要方式自定义影片播放器,因为这样做可能会导致其脱离硬件解码路径,而且完全有可能Apple甚至没有在设备上安装软件解码器.

The phone doesn't have Quicktime, at least not in the traditional sense. Video playback is handled by a dedicated decoder on the system SoC. You cannot customize the movie player in any significant way, since doing so might cause it to fall off the hardware decode path, and it is entirely possible Apple doesn't even have a software decoder on the device.

因此,换句话说,您仅限于 MPMoviePlayerController .如果您需要更多自定义设置,则应向Apple提交 bug ,以请求该功能并解释为什么需要它,但是我怀疑这是硬件限制.

So, in other words, you are limited to the options presented by MPMoviePlayerController. If you need more customization you should file a bug with Apple requesting the ability and explaining why you need it, but I suspect this is a hardware limitation.

在任何人提到他们看到视频播放不全屏之前,这需要在应用程序中包含用于视频的自己的软件解码器,而您可以做到这一点非常复杂,并且没有硬件加速,这意味着您无法播放复杂的视频,并且需要更多功能.

And before anyone mentions they have seen video playing non-full screen, that requires including your own software decoder for the video in your app, and while you can do that it is very complicated, and gets no hardware acceleration which means you cannot play as complicated video and it takes more power.

这篇关于自定义QuickTime iPhone的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆